#817C60

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

Shades of Kokoda #817C60

Tints of Kokoda #817C60

Color information

#817C60 (or 0x817C60) is unknown color: approx Kokoda. HEX triplet: 81, 7C and 60. RGB value is (129,124,96). Sum of RGB (Red+Green+Blue) = 129+124+96=349 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.96% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 129 - color contains mainly: red. Hex color #817C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817C60 is #7E839F. Grayscale: #7A7A7A. Windows color (decimal): -8291232 or 6323329. OLE color: 6323329.

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

Color convert

RGB12912496-
CMYK00.040.260.49
HSL50.91º14.67%44.12%-
HSV(B)50.91º25.58%50.59%-
XYZ18.3719.9313.94-
YUV122.3113.16132.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.96%
GREEN value IS 124 (48.83% from 255) = 35.53%
BLUE value IS 96 (37.89% from 255) = 27.51%
R=36.96%
G=35.53%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291249600.040.260.4950.9114.6744.12
Hex817C60041A3133f2c
Octal201174140043261631754
Binary10000001111110011000000100110101100011100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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