#857665

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

Shades of Sand Dune #857665

Tints of Sand Dune #857665

Color information

#857665 (or 0x857665) is unknown color: approx Sand Dune. HEX triplet: 85, 76 and 65. RGB value is (133,118,101). Sum of RGB (Red+Green+Blue) = 133+118+101=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 133 - color contains mainly: red. Hex color #857665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857665 is #7A899A. Grayscale: #787878. Windows color (decimal): -8030619 or 6649477. OLE color: 6649477.

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

Color convert

RGB133118101-
CMYK00.110.240.48
HSL31.87º13.68%45.88%-
HSV(B)31.87º24.06%52.16%-
XYZ18.518.8814.98-
YUV120.55116.97136.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.78%
GREEN value IS 118 (46.48% from 255) = 33.52%
BLUE value IS 101 (39.84% from 255) = 28.69%
R=37.78%
G=33.52%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311810100.110.240.4831.8713.6845.88
Hex8576650B183020e2e
Octal2051661450133060401656
Binary100001011110110110010101011110001100001000001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857665; }

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

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

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

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

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

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

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

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