#857967

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

Shades of Sand Dune #857967

Tints of Sand Dune #857967

Color information

#857967 (or 0x857967) is unknown color: approx Sand Dune. HEX triplet: 85, 79 and 67. RGB value is (133,121,103). Sum of RGB (Red+Green+Blue) = 133+121+103=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 133 - color contains mainly: red. Hex color #857967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857967 is #7A8698. Grayscale: #7A7A7A. Windows color (decimal): -8029849 or 6781317. OLE color: 6781317.

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

Color convert

RGB133121103-
CMYK00.090.230.48
HSL36º12.71%46.27%-
HSV(B)36º22.56%52.16%-
XYZ18.9619.6415.62-
YUV122.54116.98135.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.25%
GREEN value IS 121 (47.66% from 255) = 33.89%
BLUE value IS 103 (40.62% from 255) = 28.85%
R=37.25%
G=33.89%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312110300.090.230.483612.7146.27
Hex85796709173024d2e
Octal2051711470112760441556
Binary100001011111001110011101001101111100001001001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857967; }

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

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

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

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

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

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

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

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