#817C6C

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

Shades of Arrowtown #817C6C

Tints of Arrowtown #817C6C

Color information

#817C6C (or 0x817C6C) is unknown color: approx Arrowtown. HEX triplet: 81, 7C and 6C. RGB value is (129,124,108). Sum of RGB (Red+Green+Blue) = 129+124+108=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 129 - color contains mainly: red. Hex color #817C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817C6C is #7E8393. Grayscale: #7B7B7B. Windows color (decimal): -8291220 or 7109761. OLE color: 7109761.

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

Color convert

RGB129124108-
CMYK00.040.160.49
HSL45.71º8.86%46.47%-
HSV(B)45.71º16.28%50.59%-
XYZ18.9720.1717.08-
YUV123.67119.16131.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.73%
GREEN value IS 124 (48.83% from 255) = 34.35%
BLUE value IS 108 (42.58% from 255) = 29.92%
R=35.73%
G=34.35%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912410800.040.160.4945.718.8646.47
Hex817C6C0410312e92e
Octal201174154042061561156
Binary10000001111110011011000100100001100011011101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,124,108); }

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

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

 a { background-color: rgb(129,124,108); }

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

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

 span { border-color: rgb(129,124,108); }

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