Shades of Olivetone #6F6A2B
Tints of Olivetone #6F6A2B
RGB
CMYK
RGB Variations
Color information
#6F6A2B (or 0x6F6A2B) is known color: Olivetone. HEX triplet: 6F, 6A and 2B. RGB value is (111,106,43). Sum of RGB (Red+Green+Blue) = 111+106+43=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 106 (41.80% from 255 or 40.77% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6A2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6A2B is #9095D4. Grayscale: #646464. Windows color (decimal): -9475541 or 2845295. OLE color: 2845295.
HSL color Cylindrical-coordinate representation of color #6F6A2B: hue angle of 55.59º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6F6A2B is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 106 | 43 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.56 |
| HSL | 55.59º | 0.44% | 0.3% | - |
| HSV(B) | 55.59º | 0.61% | 0.44% | - |
| XYZ | 12.15 | 13.86 | 4.32 | - |
| YUV | 100.31 | 95.66 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 106 | 43 | 0 | 0.05 | 0.61 | 0.56 | 55.59 | 0.44 | 0.3 |
| Hex | 6F | 6A | 2B | 0 | 5 | 3D | 38 | 38 | 2C | 1E |
| Octal | 157 | 152 | 53 | 0 | 5 | 75 | 70 | 70 | 54 | 36 |
| Binary | 1101111 | 1101010 | 101011 | 0 | 101 | 111101 | 111000 | 111000 | 101100 | 11110 |
Color Harmonies of #6F6A2B
Complementary color
Monochromatic Colors of #6F6A2B
Black with #6F6A2B
Text Example
Text Example
White with #6F6A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6A2B; }
p { color: rgb(111,106,43); }
H1.HeaderClassName
{
color: #6F6A2B;
}
.AnyTagClassName
{
color: #6F6A2B;
}
</style>
background-color css
<style>
a { background-color: #6F6A2B; }
a { background-color: rgb(111,106,43); }
div.DivClassName
{
background-color: #6F6A2B;
}
.BgClassName
{
background-color: #6F6A2B;
}
</style>
border-color css
<style>
span { border-color: #6F6A2B; }
span { border-color: rgb(111,106,43); }
td.TdClassName
{
border-color: #6F6A2B;
}
.TagClassName
{
border-color: #6F6A2B;
}
</style>