Shades of Olivetone #6D6521
Tints of Olivetone #6D6521
RGB
CMYK
RGB Variations
Color information
#6D6521 (or 0x6D6521) is known color: Olivetone. HEX triplet: 6D, 65 and 21. RGB value is (109,101,33). Sum of RGB (Red+Green+Blue) = 109+101+33=243 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.86% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 33 (13.28% from 255 or 13.58% from 243); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6521 is #929ADE. Grayscale: #5F5F5F. Windows color (decimal): -9607903 or 2188653. OLE color: 2188653.
HSL color Cylindrical-coordinate representation of color #6D6521: hue angle of 53.68º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D6521 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 101 | 33 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.57 |
| HSL | 53.68º | 0.54% | 0.28% | - |
| HSV(B) | 53.68º | 0.7% | 0.43% | - |
| XYZ | 11.23 | 12.67 | 3.29 | - |
| YUV | 95.64 | 92.65 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 101 | 33 | 0 | 0.07 | 0.70 | 0.57 | 53.68 | 0.54 | 0.28 |
| Hex | 6D | 65 | 21 | 0 | 7 | 46 | 39 | 36 | 36 | 1C |
| Octal | 155 | 145 | 41 | 0 | 7 | 106 | 71 | 66 | 66 | 34 |
| Binary | 1101101 | 1100101 | 100001 | 0 | 111 | 1000110 | 111001 | 110110 | 110110 | 11100 |
Color Harmonies of #6D6521
Complementary color
Monochromatic Colors of #6D6521
Black with #6D6521
Text Example
Text Example
White with #6D6521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6521; }
p { color: rgb(109,101,33); }
H1.HeaderClassName
{
color: #6D6521;
}
.AnyTagClassName
{
color: #6D6521;
}
</style>
background-color css
<style>
a { background-color: #6D6521; }
a { background-color: rgb(109,101,33); }
div.DivClassName
{
background-color: #6D6521;
}
.BgClassName
{
background-color: #6D6521;
}
</style>
border-color css
<style>
span { border-color: #6D6521; }
span { border-color: rgb(109,101,33); }
td.TdClassName
{
border-color: #6D6521;
}
.TagClassName
{
border-color: #6D6521;
}
</style>