Shades of Kokoda #85864E
Tints of Kokoda #85864E
RGB
CMYK
RGB Variations
Color information
#85864E (or 0x85864E) is known color: Kokoda. HEX triplet: 85, 86 and 4E. RGB value is (133,134,78). Sum of RGB (Red+Green+Blue) = 133+134+78=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 134 - color contains mainly: green. Hex color #85864E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85864E is #7A79B1. Grayscale: #7F7F7F. Windows color (decimal): -8026546 or 5146245. OLE color: 5146245.
HSL color Cylindrical-coordinate representation of color #85864E: hue angle of 61.07º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85864E is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 134 | 78 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.47 |
| HSL | 61.07º | 0.26% | 0.42% | - |
| HSV(B) | 61.07º | 0.42% | 0.53% | - |
| XYZ | 19.57 | 22.59 | 10.54 | - |
| YUV | 127.32 | 100.17 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 134 | 78 | 0.01 | 0 | 0.42 | 0.47 | 61.07 | 0.26 | 0.42 |
| Hex | 85 | 86 | 4E | 1 | 0 | 2A | 2F | 3D | 1A | 2A |
| Octal | 205 | 206 | 116 | 1 | 0 | 52 | 57 | 75 | 32 | 52 |
| Binary | 10000101 | 10000110 | 1001110 | 1 | 0 | 101010 | 101111 | 111101 | 11010 | 101010 |
Color Harmonies of #85864E
Complementary color
Monochromatic Colors of #85864E
Black with #85864E
Text Example
Text Example
White with #85864E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85864E; }
p { color: rgb(133,134,78); }
H1.HeaderClassName
{
color: #85864E;
}
.AnyTagClassName
{
color: #85864E;
}
</style>
background-color css
<style>
a { background-color: #85864E; }
a { background-color: rgb(133,134,78); }
div.DivClassName
{
background-color: #85864E;
}
.BgClassName
{
background-color: #85864E;
}
</style>
border-color css
<style>
span { border-color: #85864E; }
span { border-color: rgb(133,134,78); }
td.TdClassName
{
border-color: #85864E;
}
.TagClassName
{
border-color: #85864E;
}
</style>