Shades of Olive #6C6104
Tints of Olive #6C6104
RGB
CMYK
RGB Variations
Color information
#6C6104 (or 0x6C6104) is known color: Olive. HEX triplet: 6C, 61 and 04. RGB value is (108,97,4). Sum of RGB (Red+Green+Blue) = 108+97+4=209 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.67% from 209); Green value is 97 (38.28% from 255 or 46.41% from 209); Blue value is 4 (1.95% from 255 or 1.91% from 209); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C6104 is #939EFB. Grayscale: #5A5A5A. Windows color (decimal): -9674492 or 287084. OLE color: 287084.
HSL color Cylindrical-coordinate representation of color #6C6104: hue angle of 53.65º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C6104 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 97 | 4 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.58 |
| HSL | 53.65º | 0.93% | 0.22% | - |
| HSV(B) | 53.65º | 0.96% | 0.42% | - |
| XYZ | 10.48 | 11.75 | 1.83 | - |
| YUV | 89.69 | 79.64 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 97 | 4 | 0 | 0.10 | 0.96 | 0.58 | 53.65 | 0.93 | 0.22 |
| Hex | 6C | 61 | 4 | 0 | A | 60 | 3A | 36 | 5D | 16 |
| Octal | 154 | 141 | 4 | 0 | 12 | 140 | 72 | 66 | 135 | 26 |
| Binary | 1101100 | 1100001 | 100 | 0 | 1010 | 1100000 | 111010 | 110110 | 1011101 | 10110 |
Color Harmonies of #6C6104
Complementary color
Monochromatic Colors of #6C6104
Black with #6C6104
Text Example
Text Example
White with #6C6104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6104; }
p { color: rgb(108,97,4); }
H1.HeaderClassName
{
color: #6C6104;
}
.AnyTagClassName
{
color: #6C6104;
}
</style>
background-color css
<style>
a { background-color: #6C6104; }
a { background-color: rgb(108,97,4); }
div.DivClassName
{
background-color: #6C6104;
}
.BgClassName
{
background-color: #6C6104;
}
</style>
border-color css
<style>
span { border-color: #6C6104; }
span { border-color: rgb(108,97,4); }
td.TdClassName
{
border-color: #6C6104;
}
.TagClassName
{
border-color: #6C6104;
}
</style>