Shades of Olivetone #6D650B
Tints of Olivetone #6D650B
RGB
CMYK
RGB Variations
Color information
#6D650B (or 0x6D650B) is known color: Olivetone. HEX triplet: 6D, 65 and 0B. RGB value is (109,101,11). Sum of RGB (Red+Green+Blue) = 109+101+11=221 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.32% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 109 - color contains mainly: red. Hex color #6D650B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D650B is #929AF4. Grayscale: #5D5D5D. Windows color (decimal): -9607925 or 746861. OLE color: 746861.
HSL color Cylindrical-coordinate representation of color #6D650B: hue angle of 55.1º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D650B is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 101 | 11 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.57 |
| HSL | 55.1º | 0.82% | 0.24% | - |
| HSV(B) | 55.1º | 0.9% | 0.43% | - |
| XYZ | 11.02 | 12.58 | 2.16 | - |
| YUV | 93.13 | 81.65 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 101 | 11 | 0 | 0.07 | 0.90 | 0.57 | 55.1 | 0.82 | 0.24 |
| Hex | 6D | 65 | B | 0 | 7 | 5A | 39 | 37 | 52 | 18 |
| Octal | 155 | 145 | 13 | 0 | 7 | 132 | 71 | 67 | 122 | 30 |
| Binary | 1101101 | 1100101 | 1011 | 0 | 111 | 1011010 | 111001 | 110111 | 1010010 | 11000 |
Color Harmonies of #6D650B
Complementary color
Monochromatic Colors of #6D650B
Black with #6D650B
Text Example
Text Example
White with #6D650B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D650B; }
p { color: rgb(109,101,11); }
H1.HeaderClassName
{
color: #6D650B;
}
.AnyTagClassName
{
color: #6D650B;
}
</style>
background-color css
<style>
a { background-color: #6D650B; }
a { background-color: rgb(109,101,11); }
div.DivClassName
{
background-color: #6D650B;
}
.BgClassName
{
background-color: #6D650B;
}
</style>
border-color css
<style>
span { border-color: #6D650B; }
span { border-color: rgb(109,101,11); }
td.TdClassName
{
border-color: #6D650B;
}
.TagClassName
{
border-color: #6D650B;
}
</style>