Shades of Olivetone #746C1A
Tints of Olivetone #746C1A
RGB
CMYK
RGB Variations
Color information
#746C1A (or 0x746C1A) is known color: Olivetone. HEX triplet: 74, 6C and 1A. RGB value is (116,108,26). Sum of RGB (Red+Green+Blue) = 116+108+26=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 108 (42.58% from 255 or 43.2% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #746C1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746C1A is #8B93E5. Grayscale: #656565. Windows color (decimal): -9147366 or 1731700. OLE color: 1731700.
HSL color Cylindrical-coordinate representation of color #746C1A: hue angle of 54.67º 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 #746C1A is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 108 | 26 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.55 |
| HSL | 54.67º | 0.63% | 0.28% | - |
| HSV(B) | 54.67º | 0.78% | 0.45% | - |
| XYZ | 12.75 | 14.51 | 3.11 | - |
| YUV | 101.04 | 85.65 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 26 | 0 | 0.07 | 0.78 | 0.55 | 54.67 | 0.63 | 0.28 |
| Hex | 74 | 6C | 1A | 0 | 7 | 4E | 37 | 37 | 3F | 1C |
| Octal | 164 | 154 | 32 | 0 | 7 | 116 | 67 | 67 | 77 | 34 |
| Binary | 1110100 | 1101100 | 11010 | 0 | 111 | 1001110 | 110111 | 110111 | 111111 | 11100 |
Color Harmonies of #746C1A
Complementary color
Monochromatic Colors of #746C1A
Black with #746C1A
Text Example
Text Example
White with #746C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746C1A; }
p { color: rgb(116,108,26); }
H1.HeaderClassName
{
color: #746C1A;
}
.AnyTagClassName
{
color: #746C1A;
}
</style>
background-color css
<style>
a { background-color: #746C1A; }
a { background-color: rgb(116,108,26); }
div.DivClassName
{
background-color: #746C1A;
}
.BgClassName
{
background-color: #746C1A;
}
</style>
border-color css
<style>
span { border-color: #746C1A; }
span { border-color: rgb(116,108,26); }
td.TdClassName
{
border-color: #746C1A;
}
.TagClassName
{
border-color: #746C1A;
}
</style>