Shades of Olivetone #6F6509
Tints of Olivetone #6F6509
RGB
CMYK
RGB Variations
Color information
#6F6509 (or 0x6F6509) is known color: Olivetone. HEX triplet: 6F, 65 and 09. RGB value is (111,101,9). Sum of RGB (Red+Green+Blue) = 111+101+9=221 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.23% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6509 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6509 is #909AF6. Grayscale: #5D5D5D. Windows color (decimal): -9476855 or 615791. OLE color: 615791.
HSL color Cylindrical-coordinate representation of color #6F6509: hue angle of 54.12º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F6509 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 101 | 9 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.56 |
| HSL | 54.12º | 0.85% | 0.24% | - |
| HSV(B) | 54.12º | 0.92% | 0.44% | - |
| XYZ | 11.26 | 12.71 | 2.12 | - |
| YUV | 93.5 | 80.31 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 101 | 9 | 0 | 0.09 | 0.92 | 0.56 | 54.12 | 0.85 | 0.24 |
| Hex | 6F | 65 | 9 | 0 | 9 | 5C | 38 | 36 | 55 | 18 |
| Octal | 157 | 145 | 11 | 0 | 11 | 134 | 70 | 66 | 125 | 30 |
| Binary | 1101111 | 1100101 | 1001 | 0 | 1001 | 1011100 | 111000 | 110110 | 1010101 | 11000 |
Color Harmonies of #6F6509
Complementary color
Monochromatic Colors of #6F6509
Black with #6F6509
Text Example
Text Example
White with #6F6509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6509; }
p { color: rgb(111,101,9); }
H1.HeaderClassName
{
color: #6F6509;
}
.AnyTagClassName
{
color: #6F6509;
}
</style>
background-color css
<style>
a { background-color: #6F6509; }
a { background-color: rgb(111,101,9); }
div.DivClassName
{
background-color: #6F6509;
}
.BgClassName
{
background-color: #6F6509;
}
</style>
border-color css
<style>
span { border-color: #6F6509; }
span { border-color: rgb(111,101,9); }
td.TdClassName
{
border-color: #6F6509;
}
.TagClassName
{
border-color: #6F6509;
}
</style>