Shades of Olivetone #746B1D
Tints of Olivetone #746B1D
RGB
CMYK
RGB Variations
Color information
#746B1D (or 0x746B1D) is known color: Olivetone. HEX triplet: 74, 6B and 1D. RGB value is (116,107,29). Sum of RGB (Red+Green+Blue) = 116+107+29=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 107 (42.19% from 255 or 42.46% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #746B1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746B1D is #8B94E2. Grayscale: #656565. Windows color (decimal): -9147619 or 1928052. OLE color: 1928052.
HSL color Cylindrical-coordinate representation of color #746B1D: hue angle of 53.79º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #746B1D is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 107 | 29 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.55 |
| HSL | 53.79º | 0.6% | 0.28% | - |
| HSV(B) | 53.79º | 0.75% | 0.45% | - |
| XYZ | 12.68 | 14.32 | 3.26 | - |
| YUV | 100.8 | 87.48 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 107 | 29 | 0 | 0.08 | 0.75 | 0.55 | 53.79 | 0.6 | 0.28 |
| Hex | 74 | 6B | 1D | 0 | 8 | 4B | 37 | 36 | 3C | 1C |
| Octal | 164 | 153 | 35 | 0 | 10 | 113 | 67 | 66 | 74 | 34 |
| Binary | 1110100 | 1101011 | 11101 | 0 | 1000 | 1001011 | 110111 | 110110 | 111100 | 11100 |
Color Harmonies of #746B1D
Complementary color
Monochromatic Colors of #746B1D
Black with #746B1D
Text Example
Text Example
White with #746B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746B1D; }
p { color: rgb(116,107,29); }
H1.HeaderClassName
{
color: #746B1D;
}
.AnyTagClassName
{
color: #746B1D;
}
</style>
background-color css
<style>
a { background-color: #746B1D; }
a { background-color: rgb(116,107,29); }
div.DivClassName
{
background-color: #746B1D;
}
.BgClassName
{
background-color: #746B1D;
}
</style>
border-color css
<style>
span { border-color: #746B1D; }
span { border-color: rgb(116,107,29); }
td.TdClassName
{
border-color: #746B1D;
}
.TagClassName
{
border-color: #746B1D;
}
</style>