Shades of Olivetone #746B1C
Tints of Olivetone #746B1C
RGB
CMYK
RGB Variations
Color information
#746B1C (or 0x746B1C) is known color: Olivetone. HEX triplet: 74, 6B and 1C. RGB value is (116,107,28). Sum of RGB (Red+Green+Blue) = 116+107+28=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 107 (42.19% from 255 or 42.63% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #746B1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746B1C is #8B94E3. Grayscale: #656565. Windows color (decimal): -9147620 or 1862516. OLE color: 1862516.
HSL color Cylindrical-coordinate representation of color #746B1C: hue angle of 53.86º 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 #746B1C is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 107 | 28 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.55 |
| HSL | 53.86º | 0.61% | 0.28% | - |
| HSV(B) | 53.86º | 0.76% | 0.45% | - |
| XYZ | 12.67 | 14.31 | 3.19 | - |
| YUV | 100.69 | 86.98 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 107 | 28 | 0 | 0.08 | 0.76 | 0.55 | 53.86 | 0.61 | 0.28 |
| Hex | 74 | 6B | 1C | 0 | 8 | 4C | 37 | 36 | 3D | 1C |
| Octal | 164 | 153 | 34 | 0 | 10 | 114 | 67 | 66 | 75 | 34 |
| Binary | 1110100 | 1101011 | 11100 | 0 | 1000 | 1001100 | 110111 | 110110 | 111101 | 11100 |
Color Harmonies of #746B1C
Complementary color
Monochromatic Colors of #746B1C
Black with #746B1C
Text Example
Text Example
White with #746B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746B1C; }
p { color: rgb(116,107,28); }
H1.HeaderClassName
{
color: #746B1C;
}
.AnyTagClassName
{
color: #746B1C;
}
</style>
background-color css
<style>
a { background-color: #746B1C; }
a { background-color: rgb(116,107,28); }
div.DivClassName
{
background-color: #746B1C;
}
.BgClassName
{
background-color: #746B1C;
}
</style>
border-color css
<style>
span { border-color: #746B1C; }
span { border-color: rgb(116,107,28); }
td.TdClassName
{
border-color: #746B1C;
}
.TagClassName
{
border-color: #746B1C;
}
</style>