Shades of Olivetone #746A1B
Tints of Olivetone #746A1B
RGB
CMYK
RGB Variations
Color information
#746A1B (or 0x746A1B) is known color: Olivetone. HEX triplet: 74, 6A and 1B. RGB value is (116,106,27). Sum of RGB (Red+Green+Blue) = 116+106+27=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 106 (41.80% from 255 or 42.57% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #746A1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746A1B is #8B95E4. Grayscale: #646464. Windows color (decimal): -9147877 or 1796724. OLE color: 1796724.
HSL color Cylindrical-coordinate representation of color #746A1B: hue angle of 53.26º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #746A1B is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 106 | 27 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.55 |
| HSL | 53.26º | 0.62% | 0.28% | - |
| HSV(B) | 53.26º | 0.77% | 0.45% | - |
| XYZ | 12.55 | 14.1 | 3.1 | - |
| YUV | 99.98 | 86.81 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 106 | 27 | 0 | 0.09 | 0.77 | 0.55 | 53.26 | 0.62 | 0.28 |
| Hex | 74 | 6A | 1B | 0 | 9 | 4D | 37 | 35 | 3E | 1C |
| Octal | 164 | 152 | 33 | 0 | 11 | 115 | 67 | 65 | 76 | 34 |
| Binary | 1110100 | 1101010 | 11011 | 0 | 1001 | 1001101 | 110111 | 110101 | 111110 | 11100 |
Color Harmonies of #746A1B
Complementary color
Monochromatic Colors of #746A1B
Black with #746A1B
Text Example
Text Example
White with #746A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746A1B; }
p { color: rgb(116,106,27); }
H1.HeaderClassName
{
color: #746A1B;
}
.AnyTagClassName
{
color: #746A1B;
}
</style>
background-color css
<style>
a { background-color: #746A1B; }
a { background-color: rgb(116,106,27); }
div.DivClassName
{
background-color: #746A1B;
}
.BgClassName
{
background-color: #746A1B;
}
</style>
border-color css
<style>
span { border-color: #746A1B; }
span { border-color: rgb(116,106,27); }
td.TdClassName
{
border-color: #746A1B;
}
.TagClassName
{
border-color: #746A1B;
}
</style>