Shades of Olivetone #6B640B
Tints of Olivetone #6B640B
RGB
CMYK
RGB Variations
Color information
#6B640B (or 0x6B640B) is known color: Olivetone. HEX triplet: 6B, 64 and 0B. RGB value is (107,100,11). Sum of RGB (Red+Green+Blue) = 107+100+11=218 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.08% from 218); Green value is 100 (39.45% from 255 or 45.87% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 107 - color contains mainly: red. Hex color #6B640B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B640B is #949BF4. Grayscale: #5C5C5C. Windows color (decimal): -9739253 or 746603. OLE color: 746603.
HSL color Cylindrical-coordinate representation of color #6B640B: hue angle of 55.62º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B640B is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 100 | 11 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.58 |
| HSL | 55.63º | 0.81% | 0.23% | - |
| HSV(B) | 55.63º | 0.9% | 0.42% | - |
| XYZ | 10.68 | 12.26 | 2.12 | - |
| YUV | 91.95 | 82.32 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 100 | 11 | 0 | 0.07 | 0.90 | 0.58 | 55.63 | 0.81 | 0.23 |
| Hex | 6B | 64 | B | 0 | 7 | 5A | 3A | 38 | 51 | 17 |
| Octal | 153 | 144 | 13 | 0 | 7 | 132 | 72 | 70 | 121 | 27 |
| Binary | 1101011 | 1100100 | 1011 | 0 | 111 | 1011010 | 111010 | 111000 | 1010001 | 10111 |
Color Harmonies of #6B640B
Complementary color
Monochromatic Colors of #6B640B
Black with #6B640B
Text Example
Text Example
White with #6B640B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B640B; }
p { color: rgb(107,100,11); }
H1.HeaderClassName
{
color: #6B640B;
}
.AnyTagClassName
{
color: #6B640B;
}
</style>
background-color css
<style>
a { background-color: #6B640B; }
a { background-color: rgb(107,100,11); }
div.DivClassName
{
background-color: #6B640B;
}
.BgClassName
{
background-color: #6B640B;
}
</style>
border-color css
<style>
span { border-color: #6B640B; }
span { border-color: rgb(107,100,11); }
td.TdClassName
{
border-color: #6B640B;
}
.TagClassName
{
border-color: #6B640B;
}
</style>