Shades of Olivetone #71692B
Tints of Olivetone #71692B
RGB
CMYK
RGB Variations
Color information
#71692B (or 0x71692B) is known color: Olivetone. HEX triplet: 71, 69 and 2B. RGB value is (113,105,43). Sum of RGB (Red+Green+Blue) = 113+105+43=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #71692B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71692B is #8E96D4. Grayscale: #646464. Windows color (decimal): -9344725 or 2845041. OLE color: 2845041.
HSL color Cylindrical-coordinate representation of color #71692B: hue angle of 53.14º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #71692B is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 105 | 43 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.56 |
| HSL | 53.14º | 0.45% | 0.31% | - |
| HSV(B) | 53.14º | 0.62% | 0.44% | - |
| XYZ | 12.3 | 13.79 | 4.3 | - |
| YUV | 100.32 | 95.65 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 105 | 43 | 0 | 0.07 | 0.62 | 0.56 | 53.14 | 0.45 | 0.31 |
| Hex | 71 | 69 | 2B | 0 | 7 | 3E | 38 | 35 | 2D | 1F |
| Octal | 161 | 151 | 53 | 0 | 7 | 76 | 70 | 65 | 55 | 37 |
| Binary | 1110001 | 1101001 | 101011 | 0 | 111 | 111110 | 111000 | 110101 | 101101 | 11111 |
Color Harmonies of #71692B
Complementary color
Monochromatic Colors of #71692B
Black with #71692B
Text Example
Text Example
White with #71692B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71692B; }
p { color: rgb(113,105,43); }
H1.HeaderClassName
{
color: #71692B;
}
.AnyTagClassName
{
color: #71692B;
}
</style>
background-color css
<style>
a { background-color: #71692B; }
a { background-color: rgb(113,105,43); }
div.DivClassName
{
background-color: #71692B;
}
.BgClassName
{
background-color: #71692B;
}
</style>
border-color css
<style>
span { border-color: #71692B; }
span { border-color: rgb(113,105,43); }
td.TdClassName
{
border-color: #71692B;
}
.TagClassName
{
border-color: #71692B;
}
</style>