Shades of Olivetone #746B1A
Tints of Olivetone #746B1A
RGB
CMYK
RGB Variations
Color information
#746B1A (or 0x746B1A) is known color: Olivetone. HEX triplet: 74, 6B and 1A. RGB value is (116,107,26). Sum of RGB (Red+Green+Blue) = 116+107+26=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 107 (42.19% from 255 or 42.97% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #746B1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746B1A is #8B94E5. Grayscale: #646464. Windows color (decimal): -9147622 or 1731444. OLE color: 1731444.
HSL color Cylindrical-coordinate representation of color #746B1A: hue angle of 54º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #746B1A is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 107 | 26 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.55 |
| HSL | 54º | 0.63% | 0.28% | - |
| HSV(B) | 54º | 0.78% | 0.45% | - |
| XYZ | 12.65 | 14.3 | 3.07 | - |
| YUV | 100.46 | 85.98 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 107 | 26 | 0 | 0.08 | 0.78 | 0.55 | 54 | 0.63 | 0.28 |
| Hex | 74 | 6B | 1A | 0 | 8 | 4E | 37 | 36 | 3F | 1C |
| Octal | 164 | 153 | 32 | 0 | 10 | 116 | 67 | 66 | 77 | 34 |
| Binary | 1110100 | 1101011 | 11010 | 0 | 1000 | 1001110 | 110111 | 110110 | 111111 | 11100 |
Color Harmonies of #746B1A
Complementary color
Monochromatic Colors of #746B1A
Black with #746B1A
Text Example
Text Example
White with #746B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746B1A; }
p { color: rgb(116,107,26); }
H1.HeaderClassName
{
color: #746B1A;
}
.AnyTagClassName
{
color: #746B1A;
}
</style>
background-color css
<style>
a { background-color: #746B1A; }
a { background-color: rgb(116,107,26); }
div.DivClassName
{
background-color: #746B1A;
}
.BgClassName
{
background-color: #746B1A;
}
</style>
border-color css
<style>
span { border-color: #746B1A; }
span { border-color: rgb(116,107,26); }
td.TdClassName
{
border-color: #746B1A;
}
.TagClassName
{
border-color: #746B1A;
}
</style>