#857F6D

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

Shades of Arrowtown #857F6D

Tints of Arrowtown #857F6D

Color information

#857F6D (or 0x857F6D) is unknown color: approx Arrowtown. HEX triplet: 85, 7F and 6D. RGB value is (133,127,109). Sum of RGB (Red+Green+Blue) = 133+127+109=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 133 - color contains mainly: red. Hex color #857F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857F6D is #7A8092. Grayscale: #7E7E7E. Windows color (decimal): -8028307 or 7176069. OLE color: 7176069.

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

Color convert

RGB133127109-
CMYK00.050.180.48
HSL45º9.92%47.45%-
HSV(B)45º18.05%52.16%-
XYZ20.0221.2717.52-
YUV126.74117.99132.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.04%
GREEN value IS 127 (50% from 255) = 34.42%
BLUE value IS 109 (42.97% from 255) = 29.54%
R=36.04%
G=34.42%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312710900.050.180.48459.9247.45
Hex857F6D0512302da2f
Octal205177155052260551257
Binary10000101111111111011010101100101100001011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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