Shades of Olive #6C6101
Tints of Olive #6C6101
RGB
CMYK
RGB Variations
Color information
#6C6101 (or 0x6C6101) is known color: Olive. HEX triplet: 6C, 61 and 01. RGB value is (108,97,1). Sum of RGB (Red+Green+Blue) = 108+97+1=206 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.43% from 206); Green value is 97 (38.28% from 255 or 47.09% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C6101 is #939EFE. Grayscale: #595959. Windows color (decimal): -9674495 or 90476. OLE color: 90476.
HSL color Cylindrical-coordinate representation of color #6C6101: hue angle of 53.83º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C6101 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 97 | 1 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.58 |
| HSL | 53.83º | 0.98% | 0.21% | - |
| HSV(B) | 53.83º | 0.99% | 0.42% | - |
| XYZ | 10.46 | 11.74 | 1.74 | - |
| YUV | 89.35 | 78.14 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 97 | 1 | 0 | 0.10 | 0.99 | 0.58 | 53.83 | 0.98 | 0.21 |
| Hex | 6C | 61 | 1 | 0 | A | 63 | 3A | 36 | 62 | 15 |
| Octal | 154 | 141 | 1 | 0 | 12 | 143 | 72 | 66 | 142 | 25 |
| Binary | 1101100 | 1100001 | 1 | 0 | 1010 | 1100011 | 111010 | 110110 | 1100010 | 10101 |
Color Harmonies of #6C6101
Complementary color
Monochromatic Colors of #6C6101
Black with #6C6101
Text Example
Text Example
White with #6C6101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6101; }
p { color: rgb(108,97,1); }
H1.HeaderClassName
{
color: #6C6101;
}
.AnyTagClassName
{
color: #6C6101;
}
</style>
background-color css
<style>
a { background-color: #6C6101; }
a { background-color: rgb(108,97,1); }
div.DivClassName
{
background-color: #6C6101;
}
.BgClassName
{
background-color: #6C6101;
}
</style>
border-color css
<style>
span { border-color: #6C6101; }
span { border-color: rgb(108,97,1); }
td.TdClassName
{
border-color: #6C6101;
}
.TagClassName
{
border-color: #6C6101;
}
</style>