Shades of Kokoda #817C5E
Tints of Kokoda #817C5E
RGB
CMYK
RGB Variations
Color information
#817C5E (or 0x817C5E) is known color: Kokoda. HEX triplet: 81, 7C and 5E. RGB value is (129,124,94). Sum of RGB (Red+Green+Blue) = 129+124+94=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 129 - color contains mainly: red. Hex color #817C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817C5E is #7E83A1. Grayscale: #7A7A7A. Windows color (decimal): -8291234 or 6192257. OLE color: 6192257.
HSL color Cylindrical-coordinate representation of color #817C5E: hue angle of 51.43º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #817C5E is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 124 | 94 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.49 |
| HSL | 51.43º | 0.16% | 0.44% | - |
| HSV(B) | 51.43º | 0.27% | 0.51% | - |
| XYZ | 18.28 | 19.89 | 13.47 | - |
| YUV | 122.08 | 112.16 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 124 | 94 | 0 | 0.04 | 0.27 | 0.49 | 51.43 | 0.16 | 0.44 |
| Hex | 81 | 7C | 5E | 0 | 4 | 1B | 31 | 33 | 10 | 2C |
| Octal | 201 | 174 | 136 | 0 | 4 | 33 | 61 | 63 | 20 | 54 |
| Binary | 10000001 | 1111100 | 1011110 | 0 | 100 | 11011 | 110001 | 110011 | 10000 | 101100 |
Color Harmonies of #817C5E
Complementary color
Monochromatic Colors of #817C5E
Black with #817C5E
Text Example
Text Example
White with #817C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817C5E; }
p { color: rgb(129,124,94); }
H1.HeaderClassName
{
color: #817C5E;
}
.AnyTagClassName
{
color: #817C5E;
}
</style>
background-color css
<style>
a { background-color: #817C5E; }
a { background-color: rgb(129,124,94); }
div.DivClassName
{
background-color: #817C5E;
}
.BgClassName
{
background-color: #817C5E;
}
</style>
border-color css
<style>
span { border-color: #817C5E; }
span { border-color: rgb(129,124,94); }
td.TdClassName
{
border-color: #817C5E;
}
.TagClassName
{
border-color: #817C5E;
}
</style>