Shades of Olivetone #746E1C
Tints of Olivetone #746E1C
RGB
CMYK
RGB Variations
Color information
#746E1C (or 0x746E1C) is known color: Olivetone. HEX triplet: 74, 6E and 1C. RGB value is (116,110,28). Sum of RGB (Red+Green+Blue) = 116+110+28=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 110 (43.36% from 255 or 43.31% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #746E1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746E1C is #8B91E3. Grayscale: #666666. Windows color (decimal): -9146852 or 1863284. OLE color: 1863284.
HSL color Cylindrical-coordinate representation of color #746E1C: hue angle of 55.91º 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 #746E1C is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 110 | 28 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.55 |
| HSL | 55.91º | 0.61% | 0.28% | - |
| HSV(B) | 55.91º | 0.76% | 0.45% | - |
| XYZ | 12.99 | 14.95 | 3.3 | - |
| YUV | 102.45 | 85.99 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 28 | 0 | 0.05 | 0.76 | 0.55 | 55.91 | 0.61 | 0.28 |
| Hex | 74 | 6E | 1C | 0 | 5 | 4C | 37 | 38 | 3D | 1C |
| Octal | 164 | 156 | 34 | 0 | 5 | 114 | 67 | 70 | 75 | 34 |
| Binary | 1110100 | 1101110 | 11100 | 0 | 101 | 1001100 | 110111 | 111000 | 111101 | 11100 |
Color Harmonies of #746E1C
Complementary color
Monochromatic Colors of #746E1C
Black with #746E1C
Text Example
Text Example
White with #746E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746E1C; }
p { color: rgb(116,110,28); }
H1.HeaderClassName
{
color: #746E1C;
}
.AnyTagClassName
{
color: #746E1C;
}
</style>
background-color css
<style>
a { background-color: #746E1C; }
a { background-color: rgb(116,110,28); }
div.DivClassName
{
background-color: #746E1C;
}
.BgClassName
{
background-color: #746E1C;
}
</style>
border-color css
<style>
span { border-color: #746E1C; }
span { border-color: rgb(116,110,28); }
td.TdClassName
{
border-color: #746E1C;
}
.TagClassName
{
border-color: #746E1C;
}
</style>