Shades of Kokoda #858652
Tints of Kokoda #858652
RGB
CMYK
RGB Variations
Color information
#858652 (or 0x858652) is known color: Kokoda. HEX triplet: 85, 86 and 52. RGB value is (133,134,82). Sum of RGB (Red+Green+Blue) = 133+134+82=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 134 - color contains mainly: green. Hex color #858652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858652 is #7A79AD. Grayscale: #7F7F7F. Windows color (decimal): -8026542 or 5408389. OLE color: 5408389.
HSL color Cylindrical-coordinate representation of color #858652: hue angle of 61.15º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #858652 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 134 | 82 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.47 |
| HSL | 61.15º | 0.24% | 0.42% | - |
| HSV(B) | 61.15º | 0.39% | 0.53% | - |
| XYZ | 19.72 | 22.65 | 11.31 | - |
| YUV | 127.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 134 | 82 | 0.01 | 0 | 0.39 | 0.47 | 61.15 | 0.24 | 0.42 |
| Hex | 85 | 86 | 52 | 1 | 0 | 27 | 2F | 3D | 18 | 2A |
| Octal | 205 | 206 | 122 | 1 | 0 | 47 | 57 | 75 | 30 | 52 |
| Binary | 10000101 | 10000110 | 1010010 | 1 | 0 | 100111 | 101111 | 111101 | 11000 | 101010 |
Color Harmonies of #858652
Complementary color
Monochromatic Colors of #858652
Black with #858652
Text Example
Text Example
White with #858652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858652; }
p { color: rgb(133,134,82); }
H1.HeaderClassName
{
color: #858652;
}
.AnyTagClassName
{
color: #858652;
}
</style>
background-color css
<style>
a { background-color: #858652; }
a { background-color: rgb(133,134,82); }
div.DivClassName
{
background-color: #858652;
}
.BgClassName
{
background-color: #858652;
}
</style>
border-color css
<style>
span { border-color: #858652; }
span { border-color: rgb(133,134,82); }
td.TdClassName
{
border-color: #858652;
}
.TagClassName
{
border-color: #858652;
}
</style>