#857966

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

Shades of Arrowtown #857966

Tints of Arrowtown #857966

Color information

#857966 (or 0x857966) is unknown color: approx Arrowtown. HEX triplet: 85, 79 and 66. RGB value is (133,121,102). Sum of RGB (Red+Green+Blue) = 133+121+102=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 133 - color contains mainly: red. Hex color #857966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857966 is #7A8699. Grayscale: #7A7A7A. Windows color (decimal): -8029850 or 6715781. OLE color: 6715781.

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

Color convert

RGB133121102-
CMYK00.090.230.48
HSL36.77º13.19%46.08%-
HSV(B)36.77º23.31%52.16%-
XYZ18.9119.6215.36-
YUV122.42116.48135.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.36%
GREEN value IS 121 (47.66% from 255) = 33.99%
BLUE value IS 102 (40.23% from 255) = 28.65%
R=37.36%
G=33.99%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312110200.090.230.4836.7713.1946.08
Hex85796609173025d2e
Octal2051711460112760451556
Binary100001011111001110011001001101111100001001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857966; }

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

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

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

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

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

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

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

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