#817C6B

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

Shades of Arrowtown #817C6B

Tints of Arrowtown #817C6B

Color information

#817C6B (or 0x817C6B) is unknown color: approx Arrowtown. HEX triplet: 81, 7C and 6B. RGB value is (129,124,107). Sum of RGB (Red+Green+Blue) = 129+124+107=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 129 - color contains mainly: red. Hex color #817C6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817C6B is #7E8394. Grayscale: #7B7B7B. Windows color (decimal): -8291221 or 7044225. OLE color: 7044225.

HSL color Cylindrical-coordinate representation of color #817C6B: hue angle of 46.36º 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 #817C6B is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB129124107-
CMYK00.040.170.49
HSL46.36º9.32%46.27%-
HSV(B)46.36º17.05%50.59%-
XYZ18.9120.1416.8-
YUV123.56118.66131.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.83%
GREEN value IS 124 (48.83% from 255) = 34.44%
BLUE value IS 107 (42.19% from 255) = 29.72%
R=35.83%
G=34.44%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912410700.040.170.4946.369.3246.27
Hex817C6B0411312e92e
Octal201174153042161561156
Binary10000001111110011010110100100011100011011101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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