#81796B

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

Shades of Arrowtown #81796B

Tints of Arrowtown #81796B

Color information

#81796B (or 0x81796B) is unknown color: approx Arrowtown. HEX triplet: 81, 79 and 6B. RGB value is (129,121,107). Sum of RGB (Red+Green+Blue) = 129+121+107=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 129 - color contains mainly: red. Hex color #81796B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81796B is #7E8694. Grayscale: #797979. Windows color (decimal): -8291989 or 7043457. OLE color: 7043457.

HSL color Cylindrical-coordinate representation of color #81796B: hue angle of 38.18º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #81796B is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB129121107-
CMYK00.060.170.49
HSL38.18º9.32%46.27%-
HSV(B)38.18º17.05%50.59%-
XYZ18.5419.416.68-
YUV121.8119.65133.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.13%
GREEN value IS 121 (47.66% from 255) = 33.89%
BLUE value IS 107 (42.19% from 255) = 29.97%
R=36.13%
G=33.89%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912110700.060.170.4938.189.3246.27
Hex81796B0611312692e
Octal201171153062161461156
Binary10000001111100111010110110100011100011001101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81796B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81796B; }

 p { color: rgb(129,121,107); }

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

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

 a { background-color: rgb(129,121,107); }

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

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

 span { border-color: rgb(129,121,107); }

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