Shades of Olivetone #6D6C27
Tints of Olivetone #6D6C27
RGB
CMYK
RGB Variations
Color information
#6D6C27 (or 0x6D6C27) is known color: Olivetone. HEX triplet: 6D, 6C and 27. RGB value is (109,108,39). Sum of RGB (Red+Green+Blue) = 109+108+39=256 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.58% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6C27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6C27 is #9293D8. Grayscale: #646464. Windows color (decimal): -9606105 or 2583661. OLE color: 2583661.
HSL color Cylindrical-coordinate representation of color #6D6C27: hue angle of 59.14º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D6C27 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 108 | 39 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.57 |
| HSL | 59.14º | 0.47% | 0.29% | - |
| HSV(B) | 59.14º | 0.64% | 0.43% | - |
| XYZ | 12.04 | 14.12 | 4.01 | - |
| YUV | 100.43 | 93.33 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 108 | 39 | 0 | 0.01 | 0.64 | 0.57 | 59.14 | 0.47 | 0.29 |
| Hex | 6D | 6C | 27 | 0 | 1 | 40 | 39 | 3B | 2F | 1D |
| Octal | 155 | 154 | 47 | 0 | 1 | 100 | 71 | 73 | 57 | 35 |
| Binary | 1101101 | 1101100 | 100111 | 0 | 1 | 1000000 | 111001 | 111011 | 101111 | 11101 |
Color Harmonies of #6D6C27
Complementary color
Monochromatic Colors of #6D6C27
Black with #6D6C27
Text Example
Text Example
White with #6D6C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6C27; }
p { color: rgb(109,108,39); }
H1.HeaderClassName
{
color: #6D6C27;
}
.AnyTagClassName
{
color: #6D6C27;
}
</style>
background-color css
<style>
a { background-color: #6D6C27; }
a { background-color: rgb(109,108,39); }
div.DivClassName
{
background-color: #6D6C27;
}
.BgClassName
{
background-color: #6D6C27;
}
</style>
border-color css
<style>
span { border-color: #6D6C27; }
span { border-color: rgb(109,108,39); }
td.TdClassName
{
border-color: #6D6C27;
}
.TagClassName
{
border-color: #6D6C27;
}
</style>