Shades of Olivetone #71661A
Tints of Olivetone #71661A
RGB
CMYK
RGB Variations
Color information
#71661A (or 0x71661A) is known color: Olivetone. HEX triplet: 71, 66 and 1A. RGB value is (113,102,26). Sum of RGB (Red+Green+Blue) = 113+102+26=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #71661A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71661A is #8E99E5. Grayscale: #606060. Windows color (decimal): -9345510 or 1730161. OLE color: 1730161.
HSL color Cylindrical-coordinate representation of color #71661A: hue angle of 52.41º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71661A is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 102 | 26 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.56 |
| HSL | 52.41º | 0.63% | 0.27% | - |
| HSV(B) | 52.41º | 0.77% | 0.44% | - |
| XYZ | 11.75 | 13.09 | 2.88 | - |
| YUV | 96.63 | 88.14 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 102 | 26 | 0 | 0.10 | 0.77 | 0.56 | 52.41 | 0.63 | 0.27 |
| Hex | 71 | 66 | 1A | 0 | A | 4D | 38 | 34 | 3F | 1B |
| Octal | 161 | 146 | 32 | 0 | 12 | 115 | 70 | 64 | 77 | 33 |
| Binary | 1110001 | 1100110 | 11010 | 0 | 1010 | 1001101 | 111000 | 110100 | 111111 | 11011 |
Color Harmonies of #71661A
Complementary color
Monochromatic Colors of #71661A
Black with #71661A
Text Example
Text Example
White with #71661A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71661A; }
p { color: rgb(113,102,26); }
H1.HeaderClassName
{
color: #71661A;
}
.AnyTagClassName
{
color: #71661A;
}
</style>
background-color css
<style>
a { background-color: #71661A; }
a { background-color: rgb(113,102,26); }
div.DivClassName
{
background-color: #71661A;
}
.BgClassName
{
background-color: #71661A;
}
</style>
border-color css
<style>
span { border-color: #71661A; }
span { border-color: rgb(113,102,26); }
td.TdClassName
{
border-color: #71661A;
}
.TagClassName
{
border-color: #71661A;
}
</style>