Html Css Color HEX #857564 Sand Dune

📋 copy color: '#857564'

red 133 ◦ green 117 ◦ blue 100

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

Shades of Sand Dune #857564

Tints of Sand Dune #857564

RGB

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

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

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

R = 38%
G = 33.43%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#857564 (or 0x857564) is known color: Sand Dune. HEX triplet: 85, 75 and 64. RGB value is (133,117,100). Sum of RGB (Red+Green+Blue) = 133+117+100=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 133 - color contains mainly: red. Hex color #857564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857564 is #7A8A9B. Grayscale: #777777. Windows color (decimal): -8030876 or 6583685. OLE color: 6583685.

HSL color Cylindrical-coordinate representation of color #857564: hue angle of 30.91º 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 #857564 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 117 100 -
CMYK 0 0.12 0.25 0.48
HSL 30.91º 0.14% 0.46% -
HSV(B) 30.91º 0.25% 0.52% -
XYZ 18.33 18.63 14.69 -
YUV 119.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 133 117 100 0 0.12 0.25 0.48 30.91 0.14 0.46
Hex 85 75 64 0 C 19 30 1F E 2E
Octal 205 165 144 0 14 31 60 37 16 56
Binary 10000101 1110101 1100100 0 1100 11001 110000 11111 1110 101110

Color Harmonies of #857564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857564

Black with #857564

Text Example


Text Example

White with #857564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857564; }

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

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

background-color css

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

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

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

border-color css

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

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

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