#857566

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

Shades of Sand Dune #857566

Tints of Sand Dune #857566

Color information

#857566 (or 0x857566) is unknown color: approx Sand Dune. HEX triplet: 85, 75 and 66. RGB value is (133,117,102). Sum of RGB (Red+Green+Blue) = 133+117+102=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 133 - color contains mainly: red. Hex color #857566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857566 is #7A8A99. Grayscale: #787878. Windows color (decimal): -8030874 or 6714757. OLE color: 6714757.

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

Color convert

RGB133117102-
CMYK00.120.230.48
HSL29.03º13.19%46.08%-
HSV(B)29.03º23.31%52.16%-
XYZ18.4318.6715.2-
YUV120.07117.8137.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.78%
GREEN value IS 117 (46.09% from 255) = 33.24%
BLUE value IS 102 (40.23% from 255) = 28.98%
R=37.78%
G=33.24%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311710200.120.230.4829.0313.1946.08
Hex8575660C17301dd2e
Octal2051651460142760351556
Binary10000101111010111001100110010111110000111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857566; }

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

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

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

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

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

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

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

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