#817D6D

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

Shades of Arrowtown #817D6D

Tints of Arrowtown #817D6D

Color information

#817D6D (or 0x817D6D) is unknown color: approx Arrowtown. HEX triplet: 81, 7D and 6D. RGB value is (129,125,109). Sum of RGB (Red+Green+Blue) = 129+125+109=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 129 - color contains mainly: red. Hex color #817D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817D6D is #7E8292. Grayscale: #7C7C7C. Windows color (decimal): -8290963 or 7175553. OLE color: 7175553.

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

Color convert

RGB129125109-
CMYK00.030.160.49
HSL48º8.4%46.67%-
HSV(B)48º15.5%50.59%-
XYZ19.1520.4417.4-
YUV124.37119.33131.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.54%
GREEN value IS 125 (49.22% from 255) = 34.44%
BLUE value IS 109 (42.97% from 255) = 30.03%
R=35.54%
G=34.44%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912510900.030.160.49488.446.67
Hex817D6D0310313082f
Octal201175155032061601057
Binary1000000111111011101101011100001100011100001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,125,109); }

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

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

 a { background-color: rgb(129,125,109); }

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

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

 span { border-color: rgb(129,125,109); }

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