Shades of Kokoda #817E5F
Tints of Kokoda #817E5F
RGB
CMYK
RGB Variations
Color information
#817E5F (or 0x817E5F) is known color: Kokoda. HEX triplet: 81, 7E and 5F. RGB value is (129,126,95). Sum of RGB (Red+Green+Blue) = 129+126+95=350 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.86% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 129 - color contains mainly: red. Hex color #817E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817E5F is #7E81A0. Grayscale: #7B7B7B. Windows color (decimal): -8290721 or 6258305. OLE color: 6258305.
HSL color Cylindrical-coordinate representation of color #817E5F: hue angle of 54.71º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #817E5F is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 126 | 95 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.49 |
| HSL | 54.71º | 0.15% | 0.44% | - |
| HSV(B) | 54.71º | 0.26% | 0.51% | - |
| XYZ | 18.58 | 20.42 | 13.79 | - |
| YUV | 123.36 | 111.99 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 126 | 95 | 0 | 0.02 | 0.26 | 0.49 | 54.71 | 0.15 | 0.44 |
| Hex | 81 | 7E | 5F | 0 | 2 | 1A | 31 | 37 | F | 2C |
| Octal | 201 | 176 | 137 | 0 | 2 | 32 | 61 | 67 | 17 | 54 |
| Binary | 10000001 | 1111110 | 1011111 | 0 | 10 | 11010 | 110001 | 110111 | 1111 | 101100 |
Color Harmonies of #817E5F
Complementary color
Monochromatic Colors of #817E5F
Black with #817E5F
Text Example
Text Example
White with #817E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817E5F; }
p { color: rgb(129,126,95); }
H1.HeaderClassName
{
color: #817E5F;
}
.AnyTagClassName
{
color: #817E5F;
}
</style>
background-color css
<style>
a { background-color: #817E5F; }
a { background-color: rgb(129,126,95); }
div.DivClassName
{
background-color: #817E5F;
}
.BgClassName
{
background-color: #817E5F;
}
</style>
border-color css
<style>
span { border-color: #817E5F; }
span { border-color: rgb(129,126,95); }
td.TdClassName
{
border-color: #817E5F;
}
.TagClassName
{
border-color: #817E5F;
}
</style>