#857B6E

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

Shades of Sand Dune #857B6E

Tints of Sand Dune #857B6E

Color information

#857B6E (or 0x857B6E) is unknown color: approx Sand Dune. HEX triplet: 85, 7B and 6E. RGB value is (133,123,110). Sum of RGB (Red+Green+Blue) = 133+123+110=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 133 - color contains mainly: red. Hex color #857B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857B6E is #7A8491. Grayscale: #7C7C7C. Windows color (decimal): -8029330 or 7240581. OLE color: 7240581.

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

Color convert

RGB133123110-
CMYK00.080.170.48
HSL33.91º9.47%47.65%-
HSV(B)33.91º17.29%52.16%-
XYZ19.5720.2817.63-
YUV124.51119.81134.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.34%
GREEN value IS 123 (48.44% from 255) = 33.61%
BLUE value IS 110 (43.36% from 255) = 30.05%
R=36.34%
G=33.61%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312311000.080.170.4833.919.4747.65
Hex857B6E08113022930
Octal2051731560102160421160
Binary100001011111011110111001000100011100001000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,123,110); }

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

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

 a { background-color: rgb(133,123,110); }

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

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

 span { border-color: rgb(133,123,110); }

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