#857F6E

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

Shades of Arrowtown #857F6E

Tints of Arrowtown #857F6E

Color information

#857F6E (or 0x857F6E) is unknown color: approx Arrowtown. HEX triplet: 85, 7F and 6E. RGB value is (133,127,110). Sum of RGB (Red+Green+Blue) = 133+127+110=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 133 - color contains mainly: red. Hex color #857F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857F6E is #7A8091. Grayscale: #7E7E7E. Windows color (decimal): -8028306 or 7241605. OLE color: 7241605.

HSL color Cylindrical-coordinate representation of color #857F6E: hue angle of 44.35º 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 #857F6E is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB133127110-
CMYK00.050.170.48
HSL44.35º9.47%47.65%-
HSV(B)44.35º17.29%52.16%-
XYZ20.0821.2917.8-
YUV126.86118.49132.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.95%
GREEN value IS 127 (50% from 255) = 34.32%
BLUE value IS 110 (43.36% from 255) = 29.73%
R=35.95%
G=34.32%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312711000.050.170.4844.359.4747.65
Hex857F6E0511302c930
Octal205177156052160541160
Binary10000101111111111011100101100011100001011001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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