Shades of Olivetone #6F692B
Tints of Olivetone #6F692B
RGB
CMYK
RGB Variations
Color information
#6F692B (or 0x6F692B) is known color: Olivetone. HEX triplet: 6F, 69 and 2B. RGB value is (111,105,43). Sum of RGB (Red+Green+Blue) = 111+105+43=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 111 - color contains mainly: red. Hex color #6F692B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F692B is #9096D4. Grayscale: #636363. Windows color (decimal): -9475797 or 2845039. OLE color: 2845039.
HSL color Cylindrical-coordinate representation of color #6F692B: hue angle of 54.71º 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 #6F692B is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 105 | 43 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.56 |
| HSL | 54.71º | 0.44% | 0.3% | - |
| HSV(B) | 54.71º | 0.61% | 0.44% | - |
| XYZ | 12.04 | 13.66 | 4.29 | - |
| YUV | 99.73 | 95.99 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 105 | 43 | 0 | 0.05 | 0.61 | 0.56 | 54.71 | 0.44 | 0.3 |
| Hex | 6F | 69 | 2B | 0 | 5 | 3D | 38 | 37 | 2C | 1E |
| Octal | 157 | 151 | 53 | 0 | 5 | 75 | 70 | 67 | 54 | 36 |
| Binary | 1101111 | 1101001 | 101011 | 0 | 101 | 111101 | 111000 | 110111 | 101100 | 11110 |
Color Harmonies of #6F692B
Complementary color
Monochromatic Colors of #6F692B
Black with #6F692B
Text Example
Text Example
White with #6F692B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F692B; }
p { color: rgb(111,105,43); }
H1.HeaderClassName
{
color: #6F692B;
}
.AnyTagClassName
{
color: #6F692B;
}
</style>
background-color css
<style>
a { background-color: #6F692B; }
a { background-color: rgb(111,105,43); }
div.DivClassName
{
background-color: #6F692B;
}
.BgClassName
{
background-color: #6F692B;
}
</style>
border-color css
<style>
span { border-color: #6F692B; }
span { border-color: rgb(111,105,43); }
td.TdClassName
{
border-color: #6F692B;
}
.TagClassName
{
border-color: #6F692B;
}
</style>