Shades of Kokoda #86854F
Tints of Kokoda #86854F
RGB
CMYK
RGB Variations
Color information
#86854F (or 0x86854F) is known color: Kokoda. HEX triplet: 86, 85 and 4F. RGB value is (134,133,79). Sum of RGB (Red+Green+Blue) = 134+133+79=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 134 - color contains mainly: red. Hex color #86854F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86854F is #797AB0. Grayscale: #7F7F7F. Windows color (decimal): -7961265 or 5211526. OLE color: 5211526.
HSL color Cylindrical-coordinate representation of color #86854F: hue angle of 58.91º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86854F is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 133 | 79 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.47 |
| HSL | 58.91º | 0.26% | 0.42% | - |
| HSV(B) | 58.91º | 0.41% | 0.53% | - |
| XYZ | 19.63 | 22.41 | 10.69 | - |
| YUV | 127.14 | 100.83 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 133 | 79 | 0 | 0.01 | 0.41 | 0.47 | 58.91 | 0.26 | 0.42 |
| Hex | 86 | 85 | 4F | 0 | 1 | 29 | 2F | 3B | 1A | 2A |
| Octal | 206 | 205 | 117 | 0 | 1 | 51 | 57 | 73 | 32 | 52 |
| Binary | 10000110 | 10000101 | 1001111 | 0 | 1 | 101001 | 101111 | 111011 | 11010 | 101010 |
Color Harmonies of #86854F
Complementary color
Monochromatic Colors of #86854F
Black with #86854F
Text Example
Text Example
White with #86854F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86854F; }
p { color: rgb(134,133,79); }
H1.HeaderClassName
{
color: #86854F;
}
.AnyTagClassName
{
color: #86854F;
}
</style>
background-color css
<style>
a { background-color: #86854F; }
a { background-color: rgb(134,133,79); }
div.DivClassName
{
background-color: #86854F;
}
.BgClassName
{
background-color: #86854F;
}
</style>
border-color css
<style>
span { border-color: #86854F; }
span { border-color: rgb(134,133,79); }
td.TdClassName
{
border-color: #86854F;
}
.TagClassName
{
border-color: #86854F;
}
</style>