#817C56

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

Shades of Kokoda #817C56

Tints of Kokoda #817C56

Color information

#817C56 (or 0x817C56) is unknown color: approx Kokoda. HEX triplet: 81, 7C and 56. RGB value is (129,124,86). Sum of RGB (Red+Green+Blue) = 129+124+86=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 129 - color contains mainly: red. Hex color #817C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817C56 is #7E83A9. Grayscale: #797979. Windows color (decimal): -8291242 or 5667969. OLE color: 5667969.

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

Color convert

RGB12912486-
CMYK00.040.330.49
HSL53.02º20%42.16%-
HSV(B)53.02º33.33%50.59%-
XYZ17.9419.7511.67-
YUV121.16108.16133.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.05%
GREEN value IS 124 (48.83% from 255) = 36.58%
BLUE value IS 86 (33.98% from 255) = 25.37%
R=38.05%
G=36.58%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291248600.040.330.4953.022042.16
Hex817C5604213135142a
Octal201174126044161652452
Binary1000000111111001010110010010000111000111010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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