Shades of Olivetone #746E2A
Tints of Olivetone #746E2A
RGB
CMYK
RGB Variations
Color information
#746E2A (or 0x746E2A) is known color: Olivetone. HEX triplet: 74, 6E and 2A. RGB value is (116,110,42). Sum of RGB (Red+Green+Blue) = 116+110+42=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 110 (43.36% from 255 or 41.04% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #746E2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746E2A is #8B91D5. Grayscale: #686868. Windows color (decimal): -9146838 or 2780788. OLE color: 2780788.
HSL color Cylindrical-coordinate representation of color #746E2A: hue angle of 55.14º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #746E2A is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 110 | 42 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.55 |
| HSL | 55.14º | 0.47% | 0.31% | - |
| HSV(B) | 55.14º | 0.64% | 0.45% | - |
| XYZ | 13.2 | 15.03 | 4.4 | - |
| YUV | 104.04 | 92.99 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 42 | 0 | 0.05 | 0.64 | 0.55 | 55.14 | 0.47 | 0.31 |
| Hex | 74 | 6E | 2A | 0 | 5 | 40 | 37 | 37 | 2F | 1F |
| Octal | 164 | 156 | 52 | 0 | 5 | 100 | 67 | 67 | 57 | 37 |
| Binary | 1110100 | 1101110 | 101010 | 0 | 101 | 1000000 | 110111 | 110111 | 101111 | 11111 |
Color Harmonies of #746E2A
Complementary color
Monochromatic Colors of #746E2A
Black with #746E2A
Text Example
Text Example
White with #746E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746E2A; }
p { color: rgb(116,110,42); }
H1.HeaderClassName
{
color: #746E2A;
}
.AnyTagClassName
{
color: #746E2A;
}
</style>
background-color css
<style>
a { background-color: #746E2A; }
a { background-color: rgb(116,110,42); }
div.DivClassName
{
background-color: #746E2A;
}
.BgClassName
{
background-color: #746E2A;
}
</style>
border-color css
<style>
span { border-color: #746E2A; }
span { border-color: rgb(116,110,42); }
td.TdClassName
{
border-color: #746E2A;
}
.TagClassName
{
border-color: #746E2A;
}
</style>