Shades of Olivetone #6F660C
Tints of Olivetone #6F660C
RGB
CMYK
RGB Variations
Color information
#6F660C (or 0x6F660C) is known color: Olivetone. HEX triplet: 6F, 66 and 0C. RGB value is (111,102,12). Sum of RGB (Red+Green+Blue) = 111+102+12=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F660C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F660C is #9099F3. Grayscale: #5E5E5E. Windows color (decimal): -9476596 or 812655. OLE color: 812655.
HSL color Cylindrical-coordinate representation of color #6F660C: hue angle of 54.55º 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 #6F660C is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 102 | 12 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.56 |
| HSL | 54.55º | 0.8% | 0.24% | - |
| HSV(B) | 54.55º | 0.89% | 0.44% | - |
| XYZ | 11.37 | 12.91 | 2.24 | - |
| YUV | 94.43 | 81.48 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 102 | 12 | 0 | 0.08 | 0.89 | 0.56 | 54.55 | 0.8 | 0.24 |
| Hex | 6F | 66 | C | 0 | 8 | 59 | 38 | 37 | 50 | 18 |
| Octal | 157 | 146 | 14 | 0 | 10 | 131 | 70 | 67 | 120 | 30 |
| Binary | 1101111 | 1100110 | 1100 | 0 | 1000 | 1011001 | 111000 | 110111 | 1010000 | 11000 |
Color Harmonies of #6F660C
Complementary color
Monochromatic Colors of #6F660C
Black with #6F660C
Text Example
Text Example
White with #6F660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F660C; }
p { color: rgb(111,102,12); }
H1.HeaderClassName
{
color: #6F660C;
}
.AnyTagClassName
{
color: #6F660C;
}
</style>
background-color css
<style>
a { background-color: #6F660C; }
a { background-color: rgb(111,102,12); }
div.DivClassName
{
background-color: #6F660C;
}
.BgClassName
{
background-color: #6F660C;
}
</style>
border-color css
<style>
span { border-color: #6F660C; }
span { border-color: rgb(111,102,12); }
td.TdClassName
{
border-color: #6F660C;
}
.TagClassName
{
border-color: #6F660C;
}
</style>