Shades of Olivetone #6F650F
Tints of Olivetone #6F650F
RGB
CMYK
RGB Variations
Color information
#6F650F (or 0x6F650F) is known color: Olivetone. HEX triplet: 6F, 65 and 0F. RGB value is (111,101,15). Sum of RGB (Red+Green+Blue) = 111+101+15=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 101 (39.84% from 255 or 44.49% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F650F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F650F is #909AF0. Grayscale: #5E5E5E. Windows color (decimal): -9476849 or 1009007. OLE color: 1009007.
HSL color Cylindrical-coordinate representation of color #6F650F: hue angle of 53.75º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F650F is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 101 | 15 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.56 |
| HSL | 53.75º | 0.76% | 0.25% | - |
| HSV(B) | 53.75º | 0.86% | 0.44% | - |
| XYZ | 11.3 | 12.72 | 2.31 | - |
| YUV | 94.19 | 83.31 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 101 | 15 | 0 | 0.09 | 0.86 | 0.56 | 53.75 | 0.76 | 0.25 |
| Hex | 6F | 65 | F | 0 | 9 | 56 | 38 | 36 | 4C | 19 |
| Octal | 157 | 145 | 17 | 0 | 11 | 126 | 70 | 66 | 114 | 31 |
| Binary | 1101111 | 1100101 | 1111 | 0 | 1001 | 1010110 | 111000 | 110110 | 1001100 | 11001 |
Color Harmonies of #6F650F
Complementary color
Monochromatic Colors of #6F650F
Black with #6F650F
Text Example
Text Example
White with #6F650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F650F; }
p { color: rgb(111,101,15); }
H1.HeaderClassName
{
color: #6F650F;
}
.AnyTagClassName
{
color: #6F650F;
}
</style>
background-color css
<style>
a { background-color: #6F650F; }
a { background-color: rgb(111,101,15); }
div.DivClassName
{
background-color: #6F650F;
}
.BgClassName
{
background-color: #6F650F;
}
</style>
border-color css
<style>
span { border-color: #6F650F; }
span { border-color: rgb(111,101,15); }
td.TdClassName
{
border-color: #6F650F;
}
.TagClassName
{
border-color: #6F650F;
}
</style>