Shades of Kokoda #817E5A
Tints of Kokoda #817E5A
RGB
CMYK
RGB Variations
Color information
#817E5A (or 0x817E5A) is known color: Kokoda. HEX triplet: 81, 7E and 5A. RGB value is (129,126,90). Sum of RGB (Red+Green+Blue) = 129+126+90=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 129 - color contains mainly: red. Hex color #817E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817E5A is #7E81A5. Grayscale: #7A7A7A. Windows color (decimal): -8290726 or 5930625. OLE color: 5930625.
HSL color Cylindrical-coordinate representation of color #817E5A: hue angle of 55.38º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #817E5A is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 126 | 90 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.49 |
| HSL | 55.38º | 0.18% | 0.43% | - |
| HSV(B) | 55.38º | 0.3% | 0.51% | - |
| XYZ | 18.36 | 20.33 | 12.63 | - |
| YUV | 122.79 | 109.49 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 126 | 90 | 0 | 0.02 | 0.30 | 0.49 | 55.38 | 0.18 | 0.43 |
| Hex | 81 | 7E | 5A | 0 | 2 | 1E | 31 | 37 | 12 | 2B |
| Octal | 201 | 176 | 132 | 0 | 2 | 36 | 61 | 67 | 22 | 53 |
| Binary | 10000001 | 1111110 | 1011010 | 0 | 10 | 11110 | 110001 | 110111 | 10010 | 101011 |
Color Harmonies of #817E5A
Complementary color
Monochromatic Colors of #817E5A
Black with #817E5A
Text Example
Text Example
White with #817E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817E5A; }
p { color: rgb(129,126,90); }
H1.HeaderClassName
{
color: #817E5A;
}
.AnyTagClassName
{
color: #817E5A;
}
</style>
background-color css
<style>
a { background-color: #817E5A; }
a { background-color: rgb(129,126,90); }
div.DivClassName
{
background-color: #817E5A;
}
.BgClassName
{
background-color: #817E5A;
}
</style>
border-color css
<style>
span { border-color: #817E5A; }
span { border-color: rgb(129,126,90); }
td.TdClassName
{
border-color: #817E5A;
}
.TagClassName
{
border-color: #817E5A;
}
</style>