#857666

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

Shades of Sand Dune #857666

Tints of Sand Dune #857666

Color information

#857666 (or 0x857666) is unknown color: approx Sand Dune. HEX triplet: 85, 76 and 66. RGB value is (133,118,102). Sum of RGB (Red+Green+Blue) = 133+118+102=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 133 - color contains mainly: red. Hex color #857666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857666 is #7A8999. Grayscale: #787878. Windows color (decimal): -8030618 or 6715013. OLE color: 6715013.

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

Color convert

RGB133118102-
CMYK00.110.230.48
HSL30.97º13.19%46.08%-
HSV(B)30.97º23.31%52.16%-
XYZ18.5518.915.24-
YUV120.66117.47136.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.68%
GREEN value IS 118 (46.48% from 255) = 33.43%
BLUE value IS 102 (40.23% from 255) = 28.90%
R=37.68%
G=33.43%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311810200.110.230.4830.9713.1946.08
Hex8576660B17301fd2e
Octal2051661460132760371556
Binary10000101111011011001100101110111110000111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857666; }

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

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

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

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

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

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

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

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