Html Css Color HEX #867564 Sand Dune

📋 copy color: '#867564'

red 134 ◦ green 117 ◦ blue 100

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

Shades of Sand Dune #867564

Tints of Sand Dune #867564

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.33%

 BLUE value IS 100 (39.45% from 255) = 28.49%

R = 38.18%
G = 33.33%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#867564 (or 0x867564) is known color: Sand Dune. HEX triplet: 86, 75 and 64. RGB value is (134,117,100). Sum of RGB (Red+Green+Blue) = 134+117+100=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 134 - color contains mainly: red. Hex color #867564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867564 is #798A9B. Grayscale: #787878. Windows color (decimal): -7965340 or 6583686. OLE color: 6583686.

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

Color convert

RGB 134 117 100 -
CMYK 0 0.13 0.25 0.47
HSL 30º 0.15% 0.46% -
HSV(B) 30º 0.25% 0.53% -
XYZ 18.49 18.71 14.69 -
YUV 120.15 116.63 137.88 -
System Red Green Blue C M Y K H S L
Decimal 134 117 100 0 0.13 0.25 0.47 30 0.15 0.46
Hex 86 75 64 0 D 19 2F 1E F 2E
Octal 206 165 144 0 15 31 57 36 17 56
Binary 10000110 1110101 1100100 0 1101 11001 101111 11110 1111 101110

Color Harmonies of #867564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867564

Black with #867564

Text Example


Text Example

White with #867564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867564; }

 p { color: rgb(134,117,100); }

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

background-color css

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

 a { background-color: rgb(134,117,100); }

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

border-color css

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

 span { border-color: rgb(134,117,100); }

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