Shades of Kokoda #817C56
Tints of Kokoda #817C56
RGB
CMYK
RGB Variations
Color information
#817C56 (or 0x817C56) is known color: 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
| RGB | 129 | 124 | 86 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.49 |
| HSL | 53.02º | 0.2% | 0.42% | - |
| HSV(B) | 53.02º | 0.33% | 0.51% | - |
| XYZ | 17.94 | 19.75 | 11.67 | - |
| YUV | 121.16 | 108.16 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 124 | 86 | 0 | 0.04 | 0.33 | 0.49 | 53.02 | 0.2 | 0.42 |
| Hex | 81 | 7C | 56 | 0 | 4 | 21 | 31 | 35 | 14 | 2A |
| Octal | 201 | 174 | 126 | 0 | 4 | 41 | 61 | 65 | 24 | 52 |
| Binary | 10000001 | 1111100 | 1010110 | 0 | 100 | 100001 | 110001 | 110101 | 10100 | 101010 |
Color Harmonies of #817C56
Complementary color
Monochromatic Colors of #817C56
Black with #817C56
Text Example
Text Example
White with #817C56
Text Example
Text Example
HTML Codes & Css Web 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>