Color Hex Logo

#816968 Color Hex

#816968
(129,105,104)
0 Favorites   0 Comments

Color spaces of #816968

RGB 129105104
HSL0.010.110.46
HSV19°51°
CMYK 0.000.190.19   0.49
XYZ16.603515.769815.2655
Yxy15.76980.34850.3310
Hunter Lab39.71125.13735.0060
CIE-Lab46.67109.37194.1539

#816968 color RGB value is (129,105,104).

#816968 hex color red value is 129, green value is 105 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #816968 hue: 0.01 , saturation: 0.11 and the lightness value of 816968 is 0.46.

The process color (four color CMYK) of #816968 color hex is 0.00, 0.19, 0.19, 0.49. Web safe color of #816968 is #996666. Color #816968 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01101001 01101000
Octal 201 151 150
Decimal 129 105 104
Hex 81 69 68

RGB Percentages of Color #816968

%38.17
%31.07
%30.77

CMYK Percentages of Color #816968

%0
%19
%19
%49

Triadic Colors of #816968

#816968 #688169 #696881

Analogous Colors of #816968

#816968 #817668 #816874

Monochromatic Colors of #816968

#816968

Complementary Color

#816968 #688081

#816968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#816968 Color CSS Codes

.mybgcolor {background-color:#816968; } 
.myforecolor {color:#816968; }
.mybordercolor {border:3px solid #816968; }

#816968 Text Font Color

<p style="color:#816968">Text here</p>

This sample text font color is #816968
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#816968 Background Color

<div style="background-color:#816968">
Div content here</div>

This div background color is #816968


#816968 Border Color

<div style="border:3px solid #816968">
Div here</div>

This div border color is #816968


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,105,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #816968; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #816968;
  -webkit-box-shadow: 1px 1px 3px 2px #816968;
  box-shadow:         1px 1px 3px 2px #816968; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,105,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #816968">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #816968;
  -webkit-box-shadow: 1px 1px 3px 2px #816968;
  box-shadow:         1px 1px 3px 2px #816968;">
Div content here</div>

This div box has shadow with color #816968


Comments

No comments written yet.

Please login to write comment.