#85796C

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

Shades of Sand Dune #85796C

Tints of Sand Dune #85796C

Color information

#85796C (or 0x85796C) is unknown color: approx Sand Dune. HEX triplet: 85, 79 and 6C. RGB value is (133,121,108). Sum of RGB (Red+Green+Blue) = 133+121+108=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 133 - color contains mainly: red. Hex color #85796C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85796C is #7A8693. Grayscale: #7B7B7B. Windows color (decimal): -8029844 or 7108997. OLE color: 7108997.

HSL color Cylindrical-coordinate representation of color #85796C: hue angle of 31.2º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #85796C is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB133121108-
CMYK00.090.190.48
HSL31.2º10.37%47.25%-
HSV(B)31.2º18.8%52.16%-
XYZ19.2219.7416.99-
YUV123.11119.48135.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.74%
GREEN value IS 121 (47.66% from 255) = 33.43%
BLUE value IS 108 (42.58% from 255) = 29.83%
R=36.74%
G=33.43%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312110800.090.190.4831.210.3747.25
Hex85796C0913301fa2f
Octal2051711540112360371257
Binary10000101111100111011000100110011110000111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85796C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85796C; }

 p { color: rgb(133,121,108); }

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

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

 a { background-color: rgb(133,121,108); }

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

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

 span { border-color: rgb(133,121,108); }

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