Shades of Kokoda #818159
Tints of Kokoda #818159
RGB
CMYK
RGB Variations
Color information
#818159 (or 0x818159) is known color: Kokoda. HEX triplet: 81, 81 and 59. RGB value is (129,129,89). Sum of RGB (Red+Green+Blue) = 129+129+89=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 129 - color contains mainly: red, green. Hex color #818159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818159 is #7E7EA6. Grayscale: #7C7C7C. Windows color (decimal): -8289959 or 5865857. OLE color: 5865857.
HSL color Cylindrical-coordinate representation of color #818159: hue angle of 60º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #818159 is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 129 | 89 | - |
| CMYK | 0 | 0 | 0.31 | 0.49 |
| HSL | 60º | 0.18% | 0.43% | - |
| HSV(B) | 60º | 0.31% | 0.51% | - |
| XYZ | 18.71 | 21.09 | 12.54 | - |
| YUV | 124.44 | 108 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 129 | 89 | 0 | 0 | 0.31 | 0.49 | 60 | 0.18 | 0.43 |
| Hex | 81 | 81 | 59 | 0 | 0 | 1F | 31 | 3C | 12 | 2B |
| Octal | 201 | 201 | 131 | 0 | 0 | 37 | 61 | 74 | 22 | 53 |
| Binary | 10000001 | 10000001 | 1011001 | 0 | 0 | 11111 | 110001 | 111100 | 10010 | 101011 |
Color Harmonies of #818159
Complementary color
Monochromatic Colors of #818159
Black with #818159
Text Example
Text Example
White with #818159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818159; }
p { color: rgb(129,129,89); }
H1.HeaderClassName
{
color: #818159;
}
.AnyTagClassName
{
color: #818159;
}
</style>
background-color css
<style>
a { background-color: #818159; }
a { background-color: rgb(129,129,89); }
div.DivClassName
{
background-color: #818159;
}
.BgClassName
{
background-color: #818159;
}
</style>
border-color css
<style>
span { border-color: #818159; }
span { border-color: rgb(129,129,89); }
td.TdClassName
{
border-color: #818159;
}
.TagClassName
{
border-color: #818159;
}
</style>