Shades of Olivetone #746C1B
Tints of Olivetone #746C1B
RGB
CMYK
RGB Variations
Color information
#746C1B (or 0x746C1B) is known color: Olivetone. HEX triplet: 74, 6C and 1B. RGB value is (116,108,27). Sum of RGB (Red+Green+Blue) = 116+108+27=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 108 (42.58% from 255 or 43.03% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #746C1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746C1B is #8B93E4. Grayscale: #656565. Windows color (decimal): -9147365 or 1797236. OLE color: 1797236.
HSL color Cylindrical-coordinate representation of color #746C1B: hue angle of 54.61º 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 #746C1B is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 108 | 27 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.55 |
| HSL | 54.61º | 0.62% | 0.28% | - |
| HSV(B) | 54.61º | 0.77% | 0.45% | - |
| XYZ | 12.76 | 14.52 | 3.17 | - |
| YUV | 101.16 | 86.15 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 27 | 0 | 0.07 | 0.77 | 0.55 | 54.61 | 0.62 | 0.28 |
| Hex | 74 | 6C | 1B | 0 | 7 | 4D | 37 | 37 | 3E | 1C |
| Octal | 164 | 154 | 33 | 0 | 7 | 115 | 67 | 67 | 76 | 34 |
| Binary | 1110100 | 1101100 | 11011 | 0 | 111 | 1001101 | 110111 | 110111 | 111110 | 11100 |
Color Harmonies of #746C1B
Complementary color
Monochromatic Colors of #746C1B
Black with #746C1B
Text Example
Text Example
White with #746C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746C1B; }
p { color: rgb(116,108,27); }
H1.HeaderClassName
{
color: #746C1B;
}
.AnyTagClassName
{
color: #746C1B;
}
</style>
background-color css
<style>
a { background-color: #746C1B; }
a { background-color: rgb(116,108,27); }
div.DivClassName
{
background-color: #746C1B;
}
.BgClassName
{
background-color: #746C1B;
}
</style>
border-color css
<style>
span { border-color: #746C1B; }
span { border-color: rgb(116,108,27); }
td.TdClassName
{
border-color: #746C1B;
}
.TagClassName
{
border-color: #746C1B;
}
</style>