Shades of Kokoda #80815E
Tints of Kokoda #80815E
RGB
CMYK
RGB Variations
Color information
#80815E (or 0x80815E) is known color: Kokoda. HEX triplet: 80, 81 and 5E. RGB value is (128,129,94). Sum of RGB (Red+Green+Blue) = 128+129+94=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 129 - color contains mainly: green. Hex color #80815E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80815E is #7F7EA1. Grayscale: #7C7C7C. Windows color (decimal): -8355490 or 6193536. OLE color: 6193536.
HSL color Cylindrical-coordinate representation of color #80815E: hue angle of 61.71º 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 #80815E is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 129 | 94 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.49 |
| HSL | 61.71º | 0.16% | 0.44% | - |
| HSV(B) | 61.71º | 0.27% | 0.51% | - |
| XYZ | 18.77 | 21.1 | 13.67 | - |
| YUV | 124.71 | 110.67 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 94 | 0.01 | 0 | 0.27 | 0.49 | 61.71 | 0.16 | 0.44 |
| Hex | 80 | 81 | 5E | 1 | 0 | 1B | 31 | 3E | 10 | 2C |
| Octal | 200 | 201 | 136 | 1 | 0 | 33 | 61 | 76 | 20 | 54 |
| Binary | 10000000 | 10000001 | 1011110 | 1 | 0 | 11011 | 110001 | 111110 | 10000 | 101100 |
Color Harmonies of #80815E
Complementary color
Monochromatic Colors of #80815E
Black with #80815E
Text Example
Text Example
White with #80815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80815E; }
p { color: rgb(128,129,94); }
H1.HeaderClassName
{
color: #80815E;
}
.AnyTagClassName
{
color: #80815E;
}
</style>
background-color css
<style>
a { background-color: #80815E; }
a { background-color: rgb(128,129,94); }
div.DivClassName
{
background-color: #80815E;
}
.BgClassName
{
background-color: #80815E;
}
</style>
border-color css
<style>
span { border-color: #80815E; }
span { border-color: rgb(128,129,94); }
td.TdClassName
{
border-color: #80815E;
}
.TagClassName
{
border-color: #80815E;
}
</style>