Shades of Olivetone #70641B
Tints of Olivetone #70641B
RGB
CMYK
RGB Variations
Color information
#70641B (or 0x70641B) is known color: Olivetone. HEX triplet: 70, 64 and 1B. RGB value is (112,100,27). Sum of RGB (Red+Green+Blue) = 112+100+27=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 100 (39.45% from 255 or 41.84% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #70641B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70641B is #8F9BE4. Grayscale: #5F5F5F. Windows color (decimal): -9411557 or 1795184. OLE color: 1795184.
HSL color Cylindrical-coordinate representation of color #70641B: hue angle of 51.53º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #70641B is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 100 | 27 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.56 |
| HSL | 51.53º | 0.61% | 0.27% | - |
| HSV(B) | 51.53º | 0.76% | 0.44% | - |
| XYZ | 11.44 | 12.64 | 2.87 | - |
| YUV | 95.27 | 89.48 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 27 | 0 | 0.11 | 0.76 | 0.56 | 51.53 | 0.61 | 0.27 |
| Hex | 70 | 64 | 1B | 0 | B | 4C | 38 | 34 | 3D | 1B |
| Octal | 160 | 144 | 33 | 0 | 13 | 114 | 70 | 64 | 75 | 33 |
| Binary | 1110000 | 1100100 | 11011 | 0 | 1011 | 1001100 | 111000 | 110100 | 111101 | 11011 |
Color Harmonies of #70641B
Complementary color
Monochromatic Colors of #70641B
Black with #70641B
Text Example
Text Example
White with #70641B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70641B; }
p { color: rgb(112,100,27); }
H1.HeaderClassName
{
color: #70641B;
}
.AnyTagClassName
{
color: #70641B;
}
</style>
background-color css
<style>
a { background-color: #70641B; }
a { background-color: rgb(112,100,27); }
div.DivClassName
{
background-color: #70641B;
}
.BgClassName
{
background-color: #70641B;
}
</style>
border-color css
<style>
span { border-color: #70641B; }
span { border-color: rgb(112,100,27); }
td.TdClassName
{
border-color: #70641B;
}
.TagClassName
{
border-color: #70641B;
}
</style>