Shades of Kokoda #868851
Tints of Kokoda #868851
RGB
CMYK
RGB Variations
Color information
#868851 (or 0x868851) is known color: Kokoda. HEX triplet: 86, 88 and 51. RGB value is (134,136,81). Sum of RGB (Red+Green+Blue) = 134+136+81=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 136 - color contains mainly: green. Hex color #868851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868851 is #7977AE. Grayscale: #818181. Windows color (decimal): -7960495 or 5343366. OLE color: 5343366.
HSL color Cylindrical-coordinate representation of color #868851: hue angle of 62.18º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #868851 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 136 | 81 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.47 |
| HSL | 62.18º | 0.25% | 0.43% | - |
| HSV(B) | 62.18º | 0.4% | 0.53% | - |
| XYZ | 20.12 | 23.27 | 11.22 | - |
| YUV | 129.13 | 100.84 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 136 | 81 | 0.01 | 0 | 0.40 | 0.47 | 62.18 | 0.25 | 0.43 |
| Hex | 86 | 88 | 51 | 1 | 0 | 28 | 2F | 3E | 19 | 2B |
| Octal | 206 | 210 | 121 | 1 | 0 | 50 | 57 | 76 | 31 | 53 |
| Binary | 10000110 | 10001000 | 1010001 | 1 | 0 | 101000 | 101111 | 111110 | 11001 | 101011 |
Color Harmonies of #868851
Complementary color
Monochromatic Colors of #868851
Black with #868851
Text Example
Text Example
White with #868851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868851; }
p { color: rgb(134,136,81); }
H1.HeaderClassName
{
color: #868851;
}
.AnyTagClassName
{
color: #868851;
}
</style>
background-color css
<style>
a { background-color: #868851; }
a { background-color: rgb(134,136,81); }
div.DivClassName
{
background-color: #868851;
}
.BgClassName
{
background-color: #868851;
}
</style>
border-color css
<style>
span { border-color: #868851; }
span { border-color: rgb(134,136,81); }
td.TdClassName
{
border-color: #868851;
}
.TagClassName
{
border-color: #868851;
}
</style>