Shades of Olivetone #6C6619
Tints of Olivetone #6C6619
RGB
CMYK
RGB Variations
Color information
#6C6619 (or 0x6C6619) is known color: Olivetone. HEX triplet: 6C, 66 and 19. RGB value is (108,102,25). Sum of RGB (Red+Green+Blue) = 108+102+25=235 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.96% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 25 (10.16% from 255 or 10.64% from 235); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6619 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C6619 is #9399E6. Grayscale: #5F5F5F. Windows color (decimal): -9673191 or 1664620. OLE color: 1664620.
HSL color Cylindrical-coordinate representation of color #6C6619: hue angle of 55.66º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C6619 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 102 | 25 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.58 |
| HSL | 55.66º | 0.62% | 0.26% | - |
| HSV(B) | 55.66º | 0.77% | 0.42% | - |
| XYZ | 11.11 | 12.76 | 2.8 | - |
| YUV | 95.02 | 88.49 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 102 | 25 | 0 | 0.06 | 0.77 | 0.58 | 55.66 | 0.62 | 0.26 |
| Hex | 6C | 66 | 19 | 0 | 6 | 4D | 3A | 38 | 3E | 1A |
| Octal | 154 | 146 | 31 | 0 | 6 | 115 | 72 | 70 | 76 | 32 |
| Binary | 1101100 | 1100110 | 11001 | 0 | 110 | 1001101 | 111010 | 111000 | 111110 | 11010 |
Color Harmonies of #6C6619
Complementary color
Monochromatic Colors of #6C6619
Black with #6C6619
Text Example
Text Example
White with #6C6619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6619; }
p { color: rgb(108,102,25); }
H1.HeaderClassName
{
color: #6C6619;
}
.AnyTagClassName
{
color: #6C6619;
}
</style>
background-color css
<style>
a { background-color: #6C6619; }
a { background-color: rgb(108,102,25); }
div.DivClassName
{
background-color: #6C6619;
}
.BgClassName
{
background-color: #6C6619;
}
</style>
border-color css
<style>
span { border-color: #6C6619; }
span { border-color: rgb(108,102,25); }
td.TdClassName
{
border-color: #6C6619;
}
.TagClassName
{
border-color: #6C6619;
}
</style>