Html Css Color HEX #867766 Sand Dune

📋 copy color: '#867766'

red 134 ◦ green 119 ◦ blue 102

#867766
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sand Dune #867766

Tints of Sand Dune #867766

RGB

 RED value IS 134 (52.73% from 255) = 37.75%

 GREEN value IS 119 (46.88% from 255) = 33.52%

 BLUE value IS 102 (40.23% from 255) = 28.73%

R = 37.75%
G = 33.52%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#867766 (or 0x867766) is known color: Sand Dune. HEX triplet: 86, 77 and 66. RGB value is (134,119,102). Sum of RGB (Red+Green+Blue) = 134+119+102=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 134 - color contains mainly: red. Hex color #867766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867766 is #798899. Grayscale: #797979. Windows color (decimal): -7964826 or 6715270. OLE color: 6715270.

HSL color Cylindrical-coordinate representation of color #867766: hue angle of 31.88º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #867766 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 119 102 -
CMYK 0 0.11 0.24 0.47
HSL 31.88º 0.14% 0.46% -
HSV(B) 31.88º 0.24% 0.53% -
XYZ 18.83 19.22 15.29 -
YUV 121.55 116.97 136.88 -
System Red Green Blue C M Y K H S L
Decimal 134 119 102 0 0.11 0.24 0.47 31.88 0.14 0.46
Hex 86 77 66 0 B 18 2F 20 E 2E
Octal 206 167 146 0 13 30 57 40 16 56
Binary 10000110 1110111 1100110 0 1011 11000 101111 100000 1110 101110

Color Harmonies of #867766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867766

Black with #867766

Text Example


Text Example

White with #867766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867766; }

 p { color: rgb(134,119,102); }

 H1.HeaderClassName
 {
   color: #867766;
 }
 .AnyTagClassName
 {
   color: #867766;
 }
</style>

background-color css

<style>
 a { background-color: #867766; }

 a { background-color: rgb(134,119,102); }

 div.DivClassName
 {
   background-color: #867766;
 }
 .BgClassName
 {
   background-color: #867766;
 }
</style>

border-color css

<style>
 span { border-color: #867766; }

 span { border-color: rgb(134,119,102); }

 td.TdClassName
 {
   border-color: #867766;
 }
 .TagClassName
 {
   border-color: #867766;
 }
</style>