#857D6E

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

Shades of Arrowtown #857D6E

Tints of Arrowtown #857D6E

Color information

#857D6E (or 0x857D6E) is unknown color: approx Arrowtown. HEX triplet: 85, 7D and 6E. RGB value is (133,125,110). Sum of RGB (Red+Green+Blue) = 133+125+110=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 133 - color contains mainly: red. Hex color #857D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857D6E is #7A8291. Grayscale: #7D7D7D. Windows color (decimal): -8028818 or 7241093. OLE color: 7241093.

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

Color convert

RGB133125110-
CMYK00.060.170.48
HSL39.13º9.47%47.65%-
HSV(B)39.13º17.29%52.16%-
XYZ19.8220.7817.72-
YUV125.68119.15133.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.14%
GREEN value IS 125 (49.22% from 255) = 33.97%
BLUE value IS 110 (43.36% from 255) = 29.89%
R=36.14%
G=33.97%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312511000.060.170.4839.139.4747.65
Hex857D6E06113027930
Octal205175156062160471160
Binary10000101111110111011100110100011100001001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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