Shades of Olivetone #746F1C
Tints of Olivetone #746F1C
RGB
CMYK
RGB Variations
Color information
#746F1C (or 0x746F1C) is known color: Olivetone. HEX triplet: 74, 6F and 1C. RGB value is (116,111,28). Sum of RGB (Red+Green+Blue) = 116+111+28=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 111 (43.75% from 255 or 43.53% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 116 - color contains mainly: red. Hex color #746F1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746F1C is #8B90E3. Grayscale: #676767. Windows color (decimal): -9146596 or 1863540. OLE color: 1863540.
HSL color Cylindrical-coordinate representation of color #746F1C: hue angle of 56.59º 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 #746F1C is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 111 | 28 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.55 |
| HSL | 56.59º | 0.61% | 0.28% | - |
| HSV(B) | 56.59º | 0.76% | 0.45% | - |
| XYZ | 13.1 | 15.17 | 3.34 | - |
| YUV | 103.03 | 85.66 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 28 | 0 | 0.04 | 0.76 | 0.55 | 56.59 | 0.61 | 0.28 |
| Hex | 74 | 6F | 1C | 0 | 4 | 4C | 37 | 39 | 3D | 1C |
| Octal | 164 | 157 | 34 | 0 | 4 | 114 | 67 | 71 | 75 | 34 |
| Binary | 1110100 | 1101111 | 11100 | 0 | 100 | 1001100 | 110111 | 111001 | 111101 | 11100 |
Color Harmonies of #746F1C
Complementary color
Monochromatic Colors of #746F1C
Black with #746F1C
Text Example
Text Example
White with #746F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746F1C; }
p { color: rgb(116,111,28); }
H1.HeaderClassName
{
color: #746F1C;
}
.AnyTagClassName
{
color: #746F1C;
}
</style>
background-color css
<style>
a { background-color: #746F1C; }
a { background-color: rgb(116,111,28); }
div.DivClassName
{
background-color: #746F1C;
}
.BgClassName
{
background-color: #746F1C;
}
</style>
border-color css
<style>
span { border-color: #746F1C; }
span { border-color: rgb(116,111,28); }
td.TdClassName
{
border-color: #746F1C;
}
.TagClassName
{
border-color: #746F1C;
}
</style>