#857660

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

Shades of Sand Dune #857660

Tints of Sand Dune #857660

Color information

#857660 (or 0x857660) is unknown color: approx Sand Dune. HEX triplet: 85, 76 and 60. RGB value is (133,118,96). Sum of RGB (Red+Green+Blue) = 133+118+96=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #857660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857660 is #7A899F. Grayscale: #787878. Windows color (decimal): -8030624 or 6321797. OLE color: 6321797.

HSL color Cylindrical-coordinate representation of color #857660: hue angle of 35.68º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #857660 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB13311896-
CMYK00.110.280.48
HSL35.68º16.16%44.9%-
HSV(B)35.68º27.82%52.16%-
XYZ18.2618.7913.73-
YUV119.98114.47137.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.33%
GREEN value IS 118 (46.48% from 255) = 34.01%
BLUE value IS 96 (37.89% from 255) = 27.67%
R=38.33%
G=34.01%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331189600.110.280.4835.6816.1644.9
Hex8576600B1C3024102d
Octal2051661400133460442055
Binary1000010111101101100000010111110011000010010010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857660; }

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

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

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

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

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

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

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

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