#817B6E

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

Shades of Arrowtown #817B6E

Tints of Arrowtown #817B6E

Color information

#817B6E (or 0x817B6E) is unknown color: approx Arrowtown. HEX triplet: 81, 7B and 6E. RGB value is (129,123,110). Sum of RGB (Red+Green+Blue) = 129+123+110=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 129 - color contains mainly: red. Hex color #817B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817B6E is #7E8491. Grayscale: #7B7B7B. Windows color (decimal): -8291474 or 7240577. OLE color: 7240577.

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

Color convert

RGB129123110-
CMYK00.050.150.49
HSL41.05º7.95%46.86%-
HSV(B)41.05º14.73%50.59%-
XYZ18.9519.9617.61-
YUV123.31120.49132.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.64%
GREEN value IS 123 (48.44% from 255) = 33.98%
BLUE value IS 110 (43.36% from 255) = 30.39%
R=35.64%
G=33.98%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912311000.050.150.4941.057.9546.86
Hex817B6E05F312982f
Octal201173156051761511057
Binary1000000111110111101110010111111100011010011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,123,110); }

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

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

 a { background-color: rgb(129,123,110); }

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

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

 span { border-color: rgb(129,123,110); }

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