#857166

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

Shades of Sand Dune #857166

Tints of Sand Dune #857166

Color information

#857166 (or 0x857166) is unknown color: approx Sand Dune. HEX triplet: 85, 71 and 66. RGB value is (133,113,102). Sum of RGB (Red+Green+Blue) = 133+113+102=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 133 - color contains mainly: red. Hex color #857166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857166 is #7A8E99. Grayscale: #757575. Windows color (decimal): -8031898 or 6713733. OLE color: 6713733.

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

Color convert

RGB133113102-
CMYK00.150.230.48
HSL21.29º13.19%46.08%-
HSV(B)21.29º23.31%52.16%-
XYZ17.9817.7615.05-
YUV117.73119.13138.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.22%
GREEN value IS 113 (44.53% from 255) = 32.47%
BLUE value IS 102 (40.23% from 255) = 29.31%
R=38.22%
G=32.47%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311310200.150.230.4821.2913.1946.08
Hex8571660F173015d2e
Octal2051611460172760251556
Binary10000101111000111001100111110111110000101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857166; }

 p { color: rgb(133,113,102); }

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

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

 a { background-color: rgb(133,113,102); }

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

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

 span { border-color: rgb(133,113,102); }

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