#817C6F

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

Shades of Arrowtown #817C6F

Tints of Arrowtown #817C6F

Color information

#817C6F (or 0x817C6F) is unknown color: approx Arrowtown. HEX triplet: 81, 7C and 6F. RGB value is (129,124,111). Sum of RGB (Red+Green+Blue) = 129+124+111=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 129 - color contains mainly: red. Hex color #817C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817C6F is #7E8390. Grayscale: #7C7C7C. Windows color (decimal): -8291217 or 7306369. OLE color: 7306369.

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

Color convert

RGB129124111-
CMYK00.040.140.49
HSL43.33º7.5%47.06%-
HSV(B)43.33º13.95%50.59%-
XYZ19.1320.2317.94-
YUV124.01120.66131.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.44%
GREEN value IS 124 (48.83% from 255) = 34.07%
BLUE value IS 111 (43.75% from 255) = 30.49%
R=35.44%
G=34.07%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912411100.040.140.4943.337.547.06
Hex817C6F04E312b82f
Octal201174157041661531057
Binary1000000111111001101111010011101100011010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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