Shades of Olivetone #6C6D2E
Tints of Olivetone #6C6D2E
RGB
CMYK
RGB Variations
Color information
#6C6D2E (or 0x6C6D2E) is known color: Olivetone. HEX triplet: 6C, 6D and 2E. RGB value is (108,109,46). Sum of RGB (Red+Green+Blue) = 108+109+46=263 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.06% from 263); Green value is 109 (42.97% from 255 or 41.44% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 109 - color contains mainly: green. Hex color #6C6D2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6D2E is #9392D1. Grayscale: #656565. Windows color (decimal): -9671378 or 3042668. OLE color: 3042668.
HSL color Cylindrical-coordinate representation of color #6C6D2E: hue angle of 60.95º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C6D2E is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 108 | 109 | 46 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.57 |
| HSL | 60.95º | 0.41% | 0.3% | - |
| HSV(B) | 60.95º | 0.58% | 0.43% | - |
| XYZ | 12.15 | 14.32 | 4.71 | - |
| YUV | 101.52 | 96.67 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 109 | 46 | 0.01 | 0 | 0.58 | 0.57 | 60.95 | 0.41 | 0.3 |
| Hex | 6C | 6D | 2E | 1 | 0 | 3A | 39 | 3D | 29 | 1E |
| Octal | 154 | 155 | 56 | 1 | 0 | 72 | 71 | 75 | 51 | 36 |
| Binary | 1101100 | 1101101 | 101110 | 1 | 0 | 111010 | 111001 | 111101 | 101001 | 11110 |
Color Harmonies of #6C6D2E
Complementary color
Monochromatic Colors of #6C6D2E
Black with #6C6D2E
Text Example
Text Example
White with #6C6D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6D2E; }
p { color: rgb(108,109,46); }
H1.HeaderClassName
{
color: #6C6D2E;
}
.AnyTagClassName
{
color: #6C6D2E;
}
</style>
background-color css
<style>
a { background-color: #6C6D2E; }
a { background-color: rgb(108,109,46); }
div.DivClassName
{
background-color: #6C6D2E;
}
.BgClassName
{
background-color: #6C6D2E;
}
</style>
border-color css
<style>
span { border-color: #6C6D2E; }
span { border-color: rgb(108,109,46); }
td.TdClassName
{
border-color: #6C6D2E;
}
.TagClassName
{
border-color: #6C6D2E;
}
</style>