Shades of Kokoda #818059
Tints of Kokoda #818059
RGB
CMYK
RGB Variations
Color information
#818059 (or 0x818059) is known color: Kokoda. HEX triplet: 81, 80 and 59. RGB value is (129,128,89). Sum of RGB (Red+Green+Blue) = 129+128+89=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 129 - color contains mainly: red. Hex color #818059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818059 is #7E7FA6. Grayscale: #7C7C7C. Windows color (decimal): -8290215 or 5865601. OLE color: 5865601.
HSL color Cylindrical-coordinate representation of color #818059: hue angle of 58.5º 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 #818059 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 128 | 89 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.49 |
| HSL | 58.5º | 0.18% | 0.43% | - |
| HSV(B) | 58.5º | 0.31% | 0.51% | - |
| XYZ | 18.58 | 20.83 | 12.49 | - |
| YUV | 123.85 | 108.33 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 128 | 89 | 0 | 0.01 | 0.31 | 0.49 | 58.5 | 0.18 | 0.43 |
| Hex | 81 | 80 | 59 | 0 | 1 | 1F | 31 | 3A | 12 | 2B |
| Octal | 201 | 200 | 131 | 0 | 1 | 37 | 61 | 72 | 22 | 53 |
| Binary | 10000001 | 10000000 | 1011001 | 0 | 1 | 11111 | 110001 | 111010 | 10010 | 101011 |
Color Harmonies of #818059
Complementary color
Monochromatic Colors of #818059
Black with #818059
Text Example
Text Example
White with #818059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818059; }
p { color: rgb(129,128,89); }
H1.HeaderClassName
{
color: #818059;
}
.AnyTagClassName
{
color: #818059;
}
</style>
background-color css
<style>
a { background-color: #818059; }
a { background-color: rgb(129,128,89); }
div.DivClassName
{
background-color: #818059;
}
.BgClassName
{
background-color: #818059;
}
</style>
border-color css
<style>
span { border-color: #818059; }
span { border-color: rgb(129,128,89); }
td.TdClassName
{
border-color: #818059;
}
.TagClassName
{
border-color: #818059;
}
</style>