Shades of Olivetone #6C670E
Tints of Olivetone #6C670E
RGB
CMYK
RGB Variations
Color information
#6C670E (or 0x6C670E) is known color: Olivetone. HEX triplet: 6C, 67 and 0E. RGB value is (108,103,14). Sum of RGB (Red+Green+Blue) = 108+103+14=225 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 108 - color contains mainly: red. Hex color #6C670E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C670E is #9398F1. Grayscale: #5E5E5E. Windows color (decimal): -9672946 or 943980. OLE color: 943980.
HSL color Cylindrical-coordinate representation of color #6C670E: hue angle of 56.81º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6C670E is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 103 | 14 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.58 |
| HSL | 56.81º | 0.77% | 0.24% | - |
| HSV(B) | 56.81º | 0.87% | 0.42% | - |
| XYZ | 11.11 | 12.92 | 2.32 | - |
| YUV | 94.35 | 82.66 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 103 | 14 | 0 | 0.05 | 0.87 | 0.58 | 56.81 | 0.77 | 0.24 |
| Hex | 6C | 67 | E | 0 | 5 | 57 | 3A | 39 | 4D | 18 |
| Octal | 154 | 147 | 16 | 0 | 5 | 127 | 72 | 71 | 115 | 30 |
| Binary | 1101100 | 1100111 | 1110 | 0 | 101 | 1010111 | 111010 | 111001 | 1001101 | 11000 |
Color Harmonies of #6C670E
Complementary color
Monochromatic Colors of #6C670E
Black with #6C670E
Text Example
Text Example
White with #6C670E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C670E; }
p { color: rgb(108,103,14); }
H1.HeaderClassName
{
color: #6C670E;
}
.AnyTagClassName
{
color: #6C670E;
}
</style>
background-color css
<style>
a { background-color: #6C670E; }
a { background-color: rgb(108,103,14); }
div.DivClassName
{
background-color: #6C670E;
}
.BgClassName
{
background-color: #6C670E;
}
</style>
border-color css
<style>
span { border-color: #6C670E; }
span { border-color: rgb(108,103,14); }
td.TdClassName
{
border-color: #6C670E;
}
.TagClassName
{
border-color: #6C670E;
}
</style>