Html Css Color HEX #857864 Sand Dune

📋 copy color: '#857864'

red 133 ◦ green 120 ◦ blue 100

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

Shades of Sand Dune #857864

Tints of Sand Dune #857864

RGB

 RED value IS 133 (52.34% from 255) = 37.68%

 GREEN value IS 120 (47.27% from 255) = 33.99%

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

R = 37.68%
G = 33.99%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#857864 (or 0x857864) is known color: Sand Dune. HEX triplet: 85, 78 and 64. RGB value is (133,120,100). Sum of RGB (Red+Green+Blue) = 133+120+100=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 133 - color contains mainly: red. Hex color #857864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857864 is #7A879B. Grayscale: #797979. Windows color (decimal): -8030108 or 6584453. OLE color: 6584453.

HSL color Cylindrical-coordinate representation of color #857864: hue angle of 36.36º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #857864 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 120 100 -
CMYK 0 0.10 0.25 0.48
HSL 36.36º 0.14% 0.46% -
HSV(B) 36.36º 0.25% 0.52% -
XYZ 18.69 19.34 14.8 -
YUV 121.61 115.81 136.13 -
System Red Green Blue C M Y K H S L
Decimal 133 120 100 0 0.10 0.25 0.48 36.36 0.14 0.46
Hex 85 78 64 0 A 19 30 24 E 2E
Octal 205 170 144 0 12 31 60 44 16 56
Binary 10000101 1111000 1100100 0 1010 11001 110000 100100 1110 101110

Color Harmonies of #857864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857864

Black with #857864

Text Example


Text Example

White with #857864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857864; }

 p { color: rgb(133,120,100); }

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

background-color css

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

 a { background-color: rgb(133,120,100); }

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

border-color css

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

 span { border-color: rgb(133,120,100); }

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