Shades of Olivetone #6D641B
Tints of Olivetone #6D641B
RGB
CMYK
RGB Variations
Color information
#6D641B (or 0x6D641B) is known color: Olivetone. HEX triplet: 6D, 64 and 1B. RGB value is (109,100,27). Sum of RGB (Red+Green+Blue) = 109+100+27=236 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.19% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 109 - color contains mainly: red. Hex color #6D641B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D641B is #929BE4. Grayscale: #5E5E5E. Windows color (decimal): -9608165 or 1795181. OLE color: 1795181.
HSL color Cylindrical-coordinate representation of color #6D641B: hue angle of 53.41º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6D641B is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 100 | 27 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.57 |
| HSL | 53.41º | 0.6% | 0.27% | - |
| HSV(B) | 53.41º | 0.75% | 0.43% | - |
| XYZ | 11.06 | 12.44 | 2.86 | - |
| YUV | 94.37 | 89.98 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 100 | 27 | 0 | 0.08 | 0.75 | 0.57 | 53.41 | 0.6 | 0.27 |
| Hex | 6D | 64 | 1B | 0 | 8 | 4B | 39 | 35 | 3C | 1B |
| Octal | 155 | 144 | 33 | 0 | 10 | 113 | 71 | 65 | 74 | 33 |
| Binary | 1101101 | 1100100 | 11011 | 0 | 1000 | 1001011 | 111001 | 110101 | 111100 | 11011 |
Color Harmonies of #6D641B
Complementary color
Monochromatic Colors of #6D641B
Black with #6D641B
Text Example
Text Example
White with #6D641B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D641B; }
p { color: rgb(109,100,27); }
H1.HeaderClassName
{
color: #6D641B;
}
.AnyTagClassName
{
color: #6D641B;
}
</style>
background-color css
<style>
a { background-color: #6D641B; }
a { background-color: rgb(109,100,27); }
div.DivClassName
{
background-color: #6D641B;
}
.BgClassName
{
background-color: #6D641B;
}
</style>
border-color css
<style>
span { border-color: #6D641B; }
span { border-color: rgb(109,100,27); }
td.TdClassName
{
border-color: #6D641B;
}
.TagClassName
{
border-color: #6D641B;
}
</style>