Shades of Olivetone #6C640B
Tints of Olivetone #6C640B
RGB
CMYK
RGB Variations
Color information
#6C640B (or 0x6C640B) is known color: Olivetone. HEX triplet: 6C, 64 and 0B. RGB value is (108,100,11). Sum of RGB (Red+Green+Blue) = 108+100+11=219 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.32% from 219); Green value is 100 (39.45% from 255 or 45.66% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 108 - color contains mainly: red. Hex color #6C640B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C640B is #939BF4. Grayscale: #5C5C5C. Windows color (decimal): -9673717 or 746604. OLE color: 746604.
HSL color Cylindrical-coordinate representation of color #6C640B: hue angle of 55.05º degrees, saturation: 0.82, 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 #6C640B is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 100 | 11 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.58 |
| HSL | 55.05º | 0.82% | 0.23% | - |
| HSV(B) | 55.05º | 0.9% | 0.42% | - |
| XYZ | 10.8 | 12.33 | 2.13 | - |
| YUV | 92.25 | 82.15 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 100 | 11 | 0 | 0.07 | 0.90 | 0.58 | 55.05 | 0.82 | 0.23 |
| Hex | 6C | 64 | B | 0 | 7 | 5A | 3A | 37 | 52 | 17 |
| Octal | 154 | 144 | 13 | 0 | 7 | 132 | 72 | 67 | 122 | 27 |
| Binary | 1101100 | 1100100 | 1011 | 0 | 111 | 1011010 | 111010 | 110111 | 1010010 | 10111 |
Color Harmonies of #6C640B
Complementary color
Monochromatic Colors of #6C640B
Black with #6C640B
Text Example
Text Example
White with #6C640B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C640B; }
p { color: rgb(108,100,11); }
H1.HeaderClassName
{
color: #6C640B;
}
.AnyTagClassName
{
color: #6C640B;
}
</style>
background-color css
<style>
a { background-color: #6C640B; }
a { background-color: rgb(108,100,11); }
div.DivClassName
{
background-color: #6C640B;
}
.BgClassName
{
background-color: #6C640B;
}
</style>
border-color css
<style>
span { border-color: #6C640B; }
span { border-color: rgb(108,100,11); }
td.TdClassName
{
border-color: #6C640B;
}
.TagClassName
{
border-color: #6C640B;
}
</style>