Shades of Olivetone #6F6E1B
Tints of Olivetone #6F6E1B
RGB
CMYK
RGB Variations
Color information
#6F6E1B (or 0x6F6E1B) is known color: Olivetone. HEX triplet: 6F, 6E and 1B. RGB value is (111,110,27). Sum of RGB (Red+Green+Blue) = 111+110+27=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 110 (43.36% from 255 or 44.35% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6E1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6E1B is #9091E4. Grayscale: #656565. Windows color (decimal): -9474533 or 1797743. OLE color: 1797743.
HSL color Cylindrical-coordinate representation of color #6F6E1B: hue angle of 59.29º 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 #6F6E1B is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 110 | 27 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.56 |
| HSL | 59.29º | 0.61% | 0.27% | - |
| HSV(B) | 59.29º | 0.76% | 0.44% | - |
| XYZ | 12.33 | 14.61 | 3.21 | - |
| YUV | 100.84 | 86.33 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 110 | 27 | 0 | 0.01 | 0.76 | 0.56 | 59.29 | 0.61 | 0.27 |
| Hex | 6F | 6E | 1B | 0 | 1 | 4C | 38 | 3B | 3D | 1B |
| Octal | 157 | 156 | 33 | 0 | 1 | 114 | 70 | 73 | 75 | 33 |
| Binary | 1101111 | 1101110 | 11011 | 0 | 1 | 1001100 | 111000 | 111011 | 111101 | 11011 |
Color Harmonies of #6F6E1B
Complementary color
Monochromatic Colors of #6F6E1B
Black with #6F6E1B
Text Example
Text Example
White with #6F6E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6E1B; }
p { color: rgb(111,110,27); }
H1.HeaderClassName
{
color: #6F6E1B;
}
.AnyTagClassName
{
color: #6F6E1B;
}
</style>
background-color css
<style>
a { background-color: #6F6E1B; }
a { background-color: rgb(111,110,27); }
div.DivClassName
{
background-color: #6F6E1B;
}
.BgClassName
{
background-color: #6F6E1B;
}
</style>
border-color css
<style>
span { border-color: #6F6E1B; }
span { border-color: rgb(111,110,27); }
td.TdClassName
{
border-color: #6F6E1B;
}
.TagClassName
{
border-color: #6F6E1B;
}
</style>