Shades of Olivetone #6F690C
Tints of Olivetone #6F690C
RGB
CMYK
RGB Variations
Color information
#6F690C (or 0x6F690C) is known color: Olivetone. HEX triplet: 6F, 69 and 0C. RGB value is (111,105,12). Sum of RGB (Red+Green+Blue) = 111+105+12=228 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.68% from 228); Green value is 105 (41.41% from 255 or 46.05% from 228); Blue value is 12 (5.08% from 255 or 5.26% from 228); Max value from RGB is 111 - color contains mainly: red. Hex color #6F690C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F690C is #9096F3. Grayscale: #606060. Windows color (decimal): -9475828 or 813423. OLE color: 813423.
HSL color Cylindrical-coordinate representation of color #6F690C: hue angle of 56.36º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F690C is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 105 | 12 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.56 |
| HSL | 56.36º | 0.8% | 0.24% | - |
| HSV(B) | 56.36º | 0.89% | 0.44% | - |
| XYZ | 11.67 | 13.51 | 2.34 | - |
| YUV | 96.19 | 80.49 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 105 | 12 | 0 | 0.05 | 0.89 | 0.56 | 56.36 | 0.8 | 0.24 |
| Hex | 6F | 69 | C | 0 | 5 | 59 | 38 | 38 | 50 | 18 |
| Octal | 157 | 151 | 14 | 0 | 5 | 131 | 70 | 70 | 120 | 30 |
| Binary | 1101111 | 1101001 | 1100 | 0 | 101 | 1011001 | 111000 | 111000 | 1010000 | 11000 |
Color Harmonies of #6F690C
Complementary color
Monochromatic Colors of #6F690C
Black with #6F690C
Text Example
Text Example
White with #6F690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F690C; }
p { color: rgb(111,105,12); }
H1.HeaderClassName
{
color: #6F690C;
}
.AnyTagClassName
{
color: #6F690C;
}
</style>
background-color css
<style>
a { background-color: #6F690C; }
a { background-color: rgb(111,105,12); }
div.DivClassName
{
background-color: #6F690C;
}
.BgClassName
{
background-color: #6F690C;
}
</style>
border-color css
<style>
span { border-color: #6F690C; }
span { border-color: rgb(111,105,12); }
td.TdClassName
{
border-color: #6F690C;
}
.TagClassName
{
border-color: #6F690C;
}
</style>