Shades of Olivetone #736B24
Tints of Olivetone #736B24
RGB
CMYK
RGB Variations
Color information
#736B24 (or 0x736B24) is known color: Olivetone. HEX triplet: 73, 6B and 24. RGB value is (115,107,36). Sum of RGB (Red+Green+Blue) = 115+107+36=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 107 (42.19% from 255 or 41.47% from 258); Blue value is 36 (14.45% from 255 or 13.95% from 258); Max value from RGB is 115 - color contains mainly: red. Hex color #736B24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736B24 is #8C94DB. Grayscale: #656565. Windows color (decimal): -9213148 or 2386803. OLE color: 2386803.
HSL color Cylindrical-coordinate representation of color #736B24: hue angle of 53.92º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #736B24 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 107 | 36 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.55 |
| HSL | 53.92º | 0.52% | 0.3% | - |
| HSV(B) | 53.92º | 0.69% | 0.45% | - |
| XYZ | 12.65 | 14.29 | 3.76 | - |
| YUV | 101.3 | 91.15 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 36 | 0 | 0.07 | 0.69 | 0.55 | 53.92 | 0.52 | 0.3 |
| Hex | 73 | 6B | 24 | 0 | 7 | 45 | 37 | 36 | 34 | 1E |
| Octal | 163 | 153 | 44 | 0 | 7 | 105 | 67 | 66 | 64 | 36 |
| Binary | 1110011 | 1101011 | 100100 | 0 | 111 | 1000101 | 110111 | 110110 | 110100 | 11110 |
Color Harmonies of #736B24
Complementary color
Monochromatic Colors of #736B24
Black with #736B24
Text Example
Text Example
White with #736B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736B24; }
p { color: rgb(115,107,36); }
H1.HeaderClassName
{
color: #736B24;
}
.AnyTagClassName
{
color: #736B24;
}
</style>
background-color css
<style>
a { background-color: #736B24; }
a { background-color: rgb(115,107,36); }
div.DivClassName
{
background-color: #736B24;
}
.BgClassName
{
background-color: #736B24;
}
</style>
border-color css
<style>
span { border-color: #736B24; }
span { border-color: rgb(115,107,36); }
td.TdClassName
{
border-color: #736B24;
}
.TagClassName
{
border-color: #736B24;
}
</style>