#857A6D

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

Shades of Sand Dune #857A6D

Tints of Sand Dune #857A6D

Color information

#857A6D (or 0x857A6D) is unknown color: approx Sand Dune. HEX triplet: 85, 7A and 6D. RGB value is (133,122,109). Sum of RGB (Red+Green+Blue) = 133+122+109=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 133 - color contains mainly: red. Hex color #857A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857A6D is #7A8592. Grayscale: #7B7B7B. Windows color (decimal): -8029587 or 7174789. OLE color: 7174789.

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

Color convert

RGB133122109-
CMYK00.080.180.48
HSL32.5º9.92%47.45%-
HSV(B)32.5º18.05%52.16%-
XYZ19.3920.0117.31-
YUV123.81119.64134.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.54%
GREEN value IS 122 (48.05% from 255) = 33.52%
BLUE value IS 109 (42.97% from 255) = 29.95%
R=36.54%
G=33.52%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312210900.080.180.4832.59.9247.45
Hex857A6D08123020a2f
Octal2051721550102260401257
Binary100001011111010110110101000100101100001000001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857A6D; }

 p { color: rgb(133,122,109); }

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

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

 a { background-color: rgb(133,122,109); }

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

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

 span { border-color: rgb(133,122,109); }

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