Shades of Kokoda #868454
Tints of Kokoda #868454
RGB
CMYK
RGB Variations
Color information
#868454 (or 0x868454) is known color: Kokoda. HEX triplet: 86, 84 and 54. RGB value is (134,132,84). Sum of RGB (Red+Green+Blue) = 134+132+84=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 84 (33.20% from 255 or 24% from 350); Max value from RGB is 134 - color contains mainly: red. Hex color #868454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868454 is #797BAB. Grayscale: #7F7F7F. Windows color (decimal): -7961516 or 5538950. OLE color: 5538950.
HSL color Cylindrical-coordinate representation of color #868454: hue angle of 57.6º degrees, saturation: 0.23, 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 #868454 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 132 | 84 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.47 |
| HSL | 57.6º | 0.23% | 0.43% | - |
| HSV(B) | 57.6º | 0.37% | 0.53% | - |
| XYZ | 19.68 | 22.21 | 11.64 | - |
| YUV | 127.13 | 103.66 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 132 | 84 | 0 | 0.01 | 0.37 | 0.47 | 57.6 | 0.23 | 0.43 |
| Hex | 86 | 84 | 54 | 0 | 1 | 25 | 2F | 3A | 17 | 2B |
| Octal | 206 | 204 | 124 | 0 | 1 | 45 | 57 | 72 | 27 | 53 |
| Binary | 10000110 | 10000100 | 1010100 | 0 | 1 | 100101 | 101111 | 111010 | 10111 | 101011 |
Color Harmonies of #868454
Complementary color
Monochromatic Colors of #868454
Black with #868454
Text Example
Text Example
White with #868454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868454; }
p { color: rgb(134,132,84); }
H1.HeaderClassName
{
color: #868454;
}
.AnyTagClassName
{
color: #868454;
}
</style>
background-color css
<style>
a { background-color: #868454; }
a { background-color: rgb(134,132,84); }
div.DivClassName
{
background-color: #868454;
}
.BgClassName
{
background-color: #868454;
}
</style>
border-color css
<style>
span { border-color: #868454; }
span { border-color: rgb(134,132,84); }
td.TdClassName
{
border-color: #868454;
}
.TagClassName
{
border-color: #868454;
}
</style>