Shades of Olivetone #746A1E
Tints of Olivetone #746A1E
RGB
CMYK
RGB Variations
Color information
#746A1E (or 0x746A1E) is known color: Olivetone. HEX triplet: 74, 6A and 1E. RGB value is (116,106,30). Sum of RGB (Red+Green+Blue) = 116+106+30=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 106 (41.80% from 255 or 42.06% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #746A1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746A1E is #8B95E1. Grayscale: #646464. Windows color (decimal): -9147874 or 1993332. OLE color: 1993332.
HSL color Cylindrical-coordinate representation of color #746A1E: hue angle of 53.02º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #746A1E is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 106 | 30 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.55 |
| HSL | 53.02º | 0.59% | 0.29% | - |
| HSV(B) | 53.02º | 0.74% | 0.45% | - |
| XYZ | 12.59 | 14.11 | 3.29 | - |
| YUV | 100.33 | 88.31 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 106 | 30 | 0 | 0.09 | 0.74 | 0.55 | 53.02 | 0.59 | 0.29 |
| Hex | 74 | 6A | 1E | 0 | 9 | 4A | 37 | 35 | 3B | 1D |
| Octal | 164 | 152 | 36 | 0 | 11 | 112 | 67 | 65 | 73 | 35 |
| Binary | 1110100 | 1101010 | 11110 | 0 | 1001 | 1001010 | 110111 | 110101 | 111011 | 11101 |
Color Harmonies of #746A1E
Complementary color
Monochromatic Colors of #746A1E
Black with #746A1E
Text Example
Text Example
White with #746A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746A1E; }
p { color: rgb(116,106,30); }
H1.HeaderClassName
{
color: #746A1E;
}
.AnyTagClassName
{
color: #746A1E;
}
</style>
background-color css
<style>
a { background-color: #746A1E; }
a { background-color: rgb(116,106,30); }
div.DivClassName
{
background-color: #746A1E;
}
.BgClassName
{
background-color: #746A1E;
}
</style>
border-color css
<style>
span { border-color: #746A1E; }
span { border-color: rgb(116,106,30); }
td.TdClassName
{
border-color: #746A1E;
}
.TagClassName
{
border-color: #746A1E;
}
</style>