Shades of Olivetone #6F661B
Tints of Olivetone #6F661B
RGB
CMYK
RGB Variations
Color information
#6F661B (or 0x6F661B) is known color: Olivetone. HEX triplet: 6F, 66 and 1B. RGB value is (111,102,27). Sum of RGB (Red+Green+Blue) = 111+102+27=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F661B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F661B is #9099E4. Grayscale: #606060. Windows color (decimal): -9476581 or 1795695. OLE color: 1795695.
HSL color Cylindrical-coordinate representation of color #6F661B: hue angle of 53.57º 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 #6F661B is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 102 | 27 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.56 |
| HSL | 53.57º | 0.61% | 0.27% | - |
| HSV(B) | 53.57º | 0.76% | 0.44% | - |
| XYZ | 11.5 | 12.96 | 2.93 | - |
| YUV | 96.14 | 88.98 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 102 | 27 | 0 | 0.08 | 0.76 | 0.56 | 53.57 | 0.61 | 0.27 |
| Hex | 6F | 66 | 1B | 0 | 8 | 4C | 38 | 36 | 3D | 1B |
| Octal | 157 | 146 | 33 | 0 | 10 | 114 | 70 | 66 | 75 | 33 |
| Binary | 1101111 | 1100110 | 11011 | 0 | 1000 | 1001100 | 111000 | 110110 | 111101 | 11011 |
Color Harmonies of #6F661B
Complementary color
Monochromatic Colors of #6F661B
Black with #6F661B
Text Example
Text Example
White with #6F661B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F661B; }
p { color: rgb(111,102,27); }
H1.HeaderClassName
{
color: #6F661B;
}
.AnyTagClassName
{
color: #6F661B;
}
</style>
background-color css
<style>
a { background-color: #6F661B; }
a { background-color: rgb(111,102,27); }
div.DivClassName
{
background-color: #6F661B;
}
.BgClassName
{
background-color: #6F661B;
}
</style>
border-color css
<style>
span { border-color: #6F661B; }
span { border-color: rgb(111,102,27); }
td.TdClassName
{
border-color: #6F661B;
}
.TagClassName
{
border-color: #6F661B;
}
</style>