Html Css Color HEX #867966 Sand Dune

📋 copy color: '#867966'

red 134 ◦ green 121 ◦ blue 102

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

Shades of Sand Dune #867966

Tints of Sand Dune #867966

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.89%

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

R = 37.54%
G = 33.89%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#867966 (or 0x867966) is known color: Sand Dune. HEX triplet: 86, 79 and 66. RGB value is (134,121,102). Sum of RGB (Red+Green+Blue) = 134+121+102=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 134 - color contains mainly: red. Hex color #867966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867966 is #798699. Grayscale: #7A7A7A. Windows color (decimal): -7964314 or 6715782. OLE color: 6715782.

HSL color Cylindrical-coordinate representation of color #867966: hue angle of 35.62º 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 #867966 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 121 102 -
CMYK 0 0.10 0.24 0.47
HSL 35.63º 0.14% 0.46% -
HSV(B) 35.63º 0.24% 0.53% -
XYZ 19.07 19.7 15.37 -
YUV 122.72 116.31 136.04 -
System Red Green Blue C M Y K H S L
Decimal 134 121 102 0 0.10 0.24 0.47 35.63 0.14 0.46
Hex 86 79 66 0 A 18 2F 24 E 2E
Octal 206 171 146 0 12 30 57 44 16 56
Binary 10000110 1111001 1100110 0 1010 11000 101111 100100 1110 101110

Color Harmonies of #867966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867966

Black with #867966

Text Example


Text Example

White with #867966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867966; }

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

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

background-color css

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

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

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

border-color css

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

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

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