#817A66

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

Shades of Arrowtown #817A66

Tints of Arrowtown #817A66

Color information

#817A66 (or 0x817A66) is unknown color: approx Arrowtown. HEX triplet: 81, 7A and 66. RGB value is (129,122,102). Sum of RGB (Red+Green+Blue) = 129+122+102=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 129 - color contains mainly: red. Hex color #817A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817A66 is #7E8599. Grayscale: #797979. Windows color (decimal): -8291738 or 6716033. OLE color: 6716033.

HSL color Cylindrical-coordinate representation of color #817A66: hue angle of 44.44º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #817A66 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB129122102-
CMYK00.050.210.49
HSL44.44º11.69%45.29%-
HSV(B)44.44º20.93%50.59%-
XYZ18.4119.5515.37-
YUV121.81116.82133.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.54%
GREEN value IS 122 (48.05% from 255) = 34.56%
BLUE value IS 102 (40.23% from 255) = 28.90%
R=36.54%
G=34.56%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912210200.050.210.4944.4411.6945.29
Hex817A660515312cc2d
Octal201172146052561541455
Binary10000001111101011001100101101011100011011001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817A66; }

 p { color: rgb(129,122,102); }

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

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

 a { background-color: rgb(129,122,102); }

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

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

 span { border-color: rgb(129,122,102); }

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