#857D66

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

Shades of Arrowtown #857D66

Tints of Arrowtown #857D66

Color information

#857D66 (or 0x857D66) is unknown color: approx Arrowtown. HEX triplet: 85, 7D and 66. RGB value is (133,125,102). Sum of RGB (Red+Green+Blue) = 133+125+102=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 133 - color contains mainly: red. Hex color #857D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857D66 is #7A8299. Grayscale: #7C7C7C. Windows color (decimal): -8028826 or 6716805. OLE color: 6716805.

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

Color convert

RGB133125102-
CMYK00.060.230.48
HSL44.52º13.19%46.08%-
HSV(B)44.52º23.31%52.16%-
XYZ19.420.6115.53-
YUV124.77115.15133.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.94%
GREEN value IS 125 (49.22% from 255) = 34.72%
BLUE value IS 102 (40.23% from 255) = 28.33%
R=36.94%
G=34.72%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312510200.060.230.4844.5213.1946.08
Hex857D660617302dd2e
Octal205175146062760551556
Binary10000101111110111001100110101111100001011011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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