#857A6A

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

Shades of Sand Dune #857A6A

Tints of Sand Dune #857A6A

Color information

#857A6A (or 0x857A6A) is unknown color: approx Sand Dune. HEX triplet: 85, 7A and 6A. RGB value is (133,122,106). Sum of RGB (Red+Green+Blue) = 133+122+106=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 133 - color contains mainly: red. Hex color #857A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857A6A is #7A8595. Grayscale: #7B7B7B. Windows color (decimal): -8029590 or 6978181. OLE color: 6978181.

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

Color convert

RGB133122106-
CMYK00.080.200.48
HSL35.56º11.3%46.86%-
HSV(B)35.56º20.3%52.16%-
XYZ19.2319.9516.47-
YUV123.46118.14134.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.84%
GREEN value IS 122 (48.05% from 255) = 33.80%
BLUE value IS 106 (41.80% from 255) = 29.36%
R=36.84%
G=33.80%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312210600.080.200.4835.5611.346.86
Hex857A6A08143024b2f
Octal2051721520102460441357
Binary100001011111010110101001000101001100001001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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