Shades of Kokoda #817C5F
Tints of Kokoda #817C5F
RGB
CMYK
RGB Variations
Color information
#817C5F (or 0x817C5F) is known color: Kokoda. HEX triplet: 81, 7C and 5F. RGB value is (129,124,95). Sum of RGB (Red+Green+Blue) = 129+124+95=348 (46% of max value = 765). Red value is 129 (50.78% from 255 or 37.07% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 129 - color contains mainly: red. Hex color #817C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817C5F is #7E83A0. Grayscale: #7A7A7A. Windows color (decimal): -8291233 or 6257793. OLE color: 6257793.
HSL color Cylindrical-coordinate representation of color #817C5F: hue angle of 51.18º 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 #817C5F is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 124 | 95 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.49 |
| HSL | 51.18º | 0.15% | 0.44% | - |
| HSV(B) | 51.18º | 0.26% | 0.51% | - |
| XYZ | 18.33 | 19.91 | 13.7 | - |
| YUV | 122.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 124 | 95 | 0 | 0.04 | 0.26 | 0.49 | 51.18 | 0.15 | 0.44 |
| Hex | 81 | 7C | 5F | 0 | 4 | 1A | 31 | 33 | F | 2C |
| Octal | 201 | 174 | 137 | 0 | 4 | 32 | 61 | 63 | 17 | 54 |
| Binary | 10000001 | 1111100 | 1011111 | 0 | 100 | 11010 | 110001 | 110011 | 1111 | 101100 |
Color Harmonies of #817C5F
Complementary color
Monochromatic Colors of #817C5F
Black with #817C5F
Text Example
Text Example
White with #817C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817C5F; }
p { color: rgb(129,124,95); }
H1.HeaderClassName
{
color: #817C5F;
}
.AnyTagClassName
{
color: #817C5F;
}
</style>
background-color css
<style>
a { background-color: #817C5F; }
a { background-color: rgb(129,124,95); }
div.DivClassName
{
background-color: #817C5F;
}
.BgClassName
{
background-color: #817C5F;
}
</style>
border-color css
<style>
span { border-color: #817C5F; }
span { border-color: rgb(129,124,95); }
td.TdClassName
{
border-color: #817C5F;
}
.TagClassName
{
border-color: #817C5F;
}
</style>