Shades of Olivetone #73691C
Tints of Olivetone #73691C
RGB
CMYK
RGB Variations
Color information
#73691C (or 0x73691C) is known color: Olivetone. HEX triplet: 73, 69 and 1C. RGB value is (115,105,28). Sum of RGB (Red+Green+Blue) = 115+105+28=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #73691C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73691C is #8C96E3. Grayscale: #636363. Windows color (decimal): -9213668 or 1862003. OLE color: 1862003.
HSL color Cylindrical-coordinate representation of color #73691C: hue angle of 53.1º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73691C is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 105 | 28 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.55 |
| HSL | 53.1º | 0.61% | 0.28% | - |
| HSV(B) | 53.1º | 0.76% | 0.45% | - |
| XYZ | 12.33 | 13.83 | 3.12 | - |
| YUV | 99.21 | 87.81 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 105 | 28 | 0 | 0.09 | 0.76 | 0.55 | 53.1 | 0.61 | 0.28 |
| Hex | 73 | 69 | 1C | 0 | 9 | 4C | 37 | 35 | 3D | 1C |
| Octal | 163 | 151 | 34 | 0 | 11 | 114 | 67 | 65 | 75 | 34 |
| Binary | 1110011 | 1101001 | 11100 | 0 | 1001 | 1001100 | 110111 | 110101 | 111101 | 11100 |
Color Harmonies of #73691C
Complementary color
Monochromatic Colors of #73691C
Black with #73691C
Text Example
Text Example
White with #73691C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73691C; }
p { color: rgb(115,105,28); }
H1.HeaderClassName
{
color: #73691C;
}
.AnyTagClassName
{
color: #73691C;
}
</style>
background-color css
<style>
a { background-color: #73691C; }
a { background-color: rgb(115,105,28); }
div.DivClassName
{
background-color: #73691C;
}
.BgClassName
{
background-color: #73691C;
}
</style>
border-color css
<style>
span { border-color: #73691C; }
span { border-color: rgb(115,105,28); }
td.TdClassName
{
border-color: #73691C;
}
.TagClassName
{
border-color: #73691C;
}
</style>