Shades of Kokoda #868455
Tints of Kokoda #868455
RGB
CMYK
RGB Variations
Color information
#868455 (or 0x868455) is known color: Kokoda. HEX triplet: 86, 84 and 55. RGB value is (134,132,85). Sum of RGB (Red+Green+Blue) = 134+132+85=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 134 - color contains mainly: red. Hex color #868455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868455 is #797BAA. Grayscale: #7F7F7F. Windows color (decimal): -7961515 or 5604486. OLE color: 5604486.
HSL color Cylindrical-coordinate representation of color #868455: hue angle of 57.55º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #868455 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 132 | 85 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.47 |
| HSL | 57.55º | 0.22% | 0.43% | - |
| HSV(B) | 57.55º | 0.37% | 0.53% | - |
| XYZ | 19.72 | 22.23 | 11.85 | - |
| YUV | 127.24 | 104.16 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 132 | 85 | 0 | 0.01 | 0.37 | 0.47 | 57.55 | 0.22 | 0.43 |
| Hex | 86 | 84 | 55 | 0 | 1 | 25 | 2F | 3A | 16 | 2B |
| Octal | 206 | 204 | 125 | 0 | 1 | 45 | 57 | 72 | 26 | 53 |
| Binary | 10000110 | 10000100 | 1010101 | 0 | 1 | 100101 | 101111 | 111010 | 10110 | 101011 |
Color Harmonies of #868455
Complementary color
Monochromatic Colors of #868455
Black with #868455
Text Example
Text Example
White with #868455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868455; }
p { color: rgb(134,132,85); }
H1.HeaderClassName
{
color: #868455;
}
.AnyTagClassName
{
color: #868455;
}
</style>
background-color css
<style>
a { background-color: #868455; }
a { background-color: rgb(134,132,85); }
div.DivClassName
{
background-color: #868455;
}
.BgClassName
{
background-color: #868455;
}
</style>
border-color css
<style>
span { border-color: #868455; }
span { border-color: rgb(134,132,85); }
td.TdClassName
{
border-color: #868455;
}
.TagClassName
{
border-color: #868455;
}
</style>