Shades of Olivetone #6F650B
Tints of Olivetone #6F650B
RGB
CMYK
RGB Variations
Color information
#6F650B (or 0x6F650B) is known color: Olivetone. HEX triplet: 6F, 65 and 0B. RGB value is (111,101,11). Sum of RGB (Red+Green+Blue) = 111+101+11=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 101 (39.84% from 255 or 45.29% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F650B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F650B is #909AF4. Grayscale: #5E5E5E. Windows color (decimal): -9476853 or 746863. OLE color: 746863.
HSL color Cylindrical-coordinate representation of color #6F650B: hue angle of 54º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F650B is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 101 | 11 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.56 |
| HSL | 54º | 0.82% | 0.24% | - |
| HSV(B) | 54º | 0.9% | 0.44% | - |
| XYZ | 11.27 | 12.71 | 2.18 | - |
| YUV | 93.73 | 81.31 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 101 | 11 | 0 | 0.09 | 0.90 | 0.56 | 54 | 0.82 | 0.24 |
| Hex | 6F | 65 | B | 0 | 9 | 5A | 38 | 36 | 52 | 18 |
| Octal | 157 | 145 | 13 | 0 | 11 | 132 | 70 | 66 | 122 | 30 |
| Binary | 1101111 | 1100101 | 1011 | 0 | 1001 | 1011010 | 111000 | 110110 | 1010010 | 11000 |
Color Harmonies of #6F650B
Complementary color
Monochromatic Colors of #6F650B
Black with #6F650B
Text Example
Text Example
White with #6F650B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F650B; }
p { color: rgb(111,101,11); }
H1.HeaderClassName
{
color: #6F650B;
}
.AnyTagClassName
{
color: #6F650B;
}
</style>
background-color css
<style>
a { background-color: #6F650B; }
a { background-color: rgb(111,101,11); }
div.DivClassName
{
background-color: #6F650B;
}
.BgClassName
{
background-color: #6F650B;
}
</style>
border-color css
<style>
span { border-color: #6F650B; }
span { border-color: rgb(111,101,11); }
td.TdClassName
{
border-color: #6F650B;
}
.TagClassName
{
border-color: #6F650B;
}
</style>