Shades of Olivetone #736A1E
Tints of Olivetone #736A1E
RGB
CMYK
RGB Variations
Color information
#736A1E (or 0x736A1E) is known color: Olivetone. HEX triplet: 73, 6A and 1E. RGB value is (115,106,30). Sum of RGB (Red+Green+Blue) = 115+106+30=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 106 (41.80% from 255 or 42.23% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 115 - color contains mainly: red. Hex color #736A1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736A1E is #8C95E1. Grayscale: #646464. Windows color (decimal): -9213410 or 1993331. OLE color: 1993331.
HSL color Cylindrical-coordinate representation of color #736A1E: hue angle of 53.65º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #736A1E is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 106 | 30 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.55 |
| HSL | 53.65º | 0.59% | 0.28% | - |
| HSV(B) | 53.65º | 0.74% | 0.45% | - |
| XYZ | 12.46 | 14.05 | 3.28 | - |
| YUV | 100.03 | 88.48 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 30 | 0 | 0.08 | 0.74 | 0.55 | 53.65 | 0.59 | 0.28 |
| Hex | 73 | 6A | 1E | 0 | 8 | 4A | 37 | 36 | 3B | 1C |
| Octal | 163 | 152 | 36 | 0 | 10 | 112 | 67 | 66 | 73 | 34 |
| Binary | 1110011 | 1101010 | 11110 | 0 | 1000 | 1001010 | 110111 | 110110 | 111011 | 11100 |
Color Harmonies of #736A1E
Complementary color
Monochromatic Colors of #736A1E
Black with #736A1E
Text Example
Text Example
White with #736A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736A1E; }
p { color: rgb(115,106,30); }
H1.HeaderClassName
{
color: #736A1E;
}
.AnyTagClassName
{
color: #736A1E;
}
</style>
background-color css
<style>
a { background-color: #736A1E; }
a { background-color: rgb(115,106,30); }
div.DivClassName
{
background-color: #736A1E;
}
.BgClassName
{
background-color: #736A1E;
}
</style>
border-color css
<style>
span { border-color: #736A1E; }
span { border-color: rgb(115,106,30); }
td.TdClassName
{
border-color: #736A1E;
}
.TagClassName
{
border-color: #736A1E;
}
</style>