#857664

Color #857664 Sand Dune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sand Dune #857664

Tints of Sand Dune #857664

Color information

#857664 (or 0x857664) is unknown color: approx Sand Dune. HEX triplet: 85, 76 and 64. RGB value is (133,118,100). Sum of RGB (Red+Green+Blue) = 133+118+100=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 133 - color contains mainly: red. Hex color #857664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857664 is #7A899B. Grayscale: #787878. Windows color (decimal): -8030620 or 6583941. OLE color: 6583941.

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

Color convert

RGB133118100-
CMYK00.110.250.48
HSL32.73º14.16%45.69%-
HSV(B)32.73º24.81%52.16%-
XYZ18.4518.8614.73-
YUV120.43116.47136.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.89%
GREEN value IS 118 (46.48% from 255) = 33.62%
BLUE value IS 100 (39.45% from 255) = 28.49%
R=37.89%
G=33.62%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311810000.110.250.4832.7314.1645.69
Hex8576640B193021e2e
Octal2051661440133160411656
Binary100001011110110110010001011110011100001000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857664; }

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

 H1.HeaderClassName
 {
   color: #857664;
 }
 .AnyTagClassName
 {
   color: #857664;
 }
</style>
background-color css

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

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

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

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

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

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