Shades of Kokoda #818152
Tints of Kokoda #818152
RGB
CMYK
RGB Variations
Color information
#818152 (or 0x818152) is known color: Kokoda. HEX triplet: 81, 81 and 52. RGB value is (129,129,82). Sum of RGB (Red+Green+Blue) = 129+129+82=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 129 - color contains mainly: red, green. Hex color #818152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818152 is #7E7EAD. Grayscale: #7B7B7B. Windows color (decimal): -8289966 or 5407105. OLE color: 5407105.
HSL color Cylindrical-coordinate representation of color #818152: hue angle of 60º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #818152 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 129 | 82 | - |
| CMYK | 0 | 0 | 0.36 | 0.49 |
| HSL | 60º | 0.22% | 0.41% | - |
| HSV(B) | 60º | 0.36% | 0.51% | - |
| XYZ | 18.43 | 20.98 | 11.06 | - |
| YUV | 123.64 | 104.5 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 129 | 82 | 0 | 0 | 0.36 | 0.49 | 60 | 0.22 | 0.41 |
| Hex | 81 | 81 | 52 | 0 | 0 | 24 | 31 | 3C | 16 | 29 |
| Octal | 201 | 201 | 122 | 0 | 0 | 44 | 61 | 74 | 26 | 51 |
| Binary | 10000001 | 10000001 | 1010010 | 0 | 0 | 100100 | 110001 | 111100 | 10110 | 101001 |
Color Harmonies of #818152
Complementary color
Monochromatic Colors of #818152
Black with #818152
Text Example
Text Example
White with #818152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818152; }
p { color: rgb(129,129,82); }
H1.HeaderClassName
{
color: #818152;
}
.AnyTagClassName
{
color: #818152;
}
</style>
background-color css
<style>
a { background-color: #818152; }
a { background-color: rgb(129,129,82); }
div.DivClassName
{
background-color: #818152;
}
.BgClassName
{
background-color: #818152;
}
</style>
border-color css
<style>
span { border-color: #818152; }
span { border-color: rgb(129,129,82); }
td.TdClassName
{
border-color: #818152;
}
.TagClassName
{
border-color: #818152;
}
</style>