Shades of Olivetone #6C6928
Tints of Olivetone #6C6928
RGB
CMYK
RGB Variations
Color information
#6C6928 (or 0x6C6928) is known color: Olivetone. HEX triplet: 6C, 69 and 28. RGB value is (108,105,40). Sum of RGB (Red+Green+Blue) = 108+105+40=253 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.69% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6928 is #9396D7. Grayscale: #626262. Windows color (decimal): -9672408 or 2648428. OLE color: 2648428.
HSL color Cylindrical-coordinate representation of color #6C6928: hue angle of 57.35º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C6928 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 105 | 40 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.58 |
| HSL | 57.35º | 0.46% | 0.29% | - |
| HSV(B) | 57.35º | 0.63% | 0.42% | - |
| XYZ | 11.62 | 13.44 | 3.99 | - |
| YUV | 98.49 | 94.99 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 105 | 40 | 0 | 0.03 | 0.63 | 0.58 | 57.35 | 0.46 | 0.29 |
| Hex | 6C | 69 | 28 | 0 | 3 | 3F | 3A | 39 | 2E | 1D |
| Octal | 154 | 151 | 50 | 0 | 3 | 77 | 72 | 71 | 56 | 35 |
| Binary | 1101100 | 1101001 | 101000 | 0 | 11 | 111111 | 111010 | 111001 | 101110 | 11101 |
Color Harmonies of #6C6928
Complementary color
Monochromatic Colors of #6C6928
Black with #6C6928
Text Example
Text Example
White with #6C6928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6928; }
p { color: rgb(108,105,40); }
H1.HeaderClassName
{
color: #6C6928;
}
.AnyTagClassName
{
color: #6C6928;
}
</style>
background-color css
<style>
a { background-color: #6C6928; }
a { background-color: rgb(108,105,40); }
div.DivClassName
{
background-color: #6C6928;
}
.BgClassName
{
background-color: #6C6928;
}
</style>
border-color css
<style>
span { border-color: #6C6928; }
span { border-color: rgb(108,105,40); }
td.TdClassName
{
border-color: #6C6928;
}
.TagClassName
{
border-color: #6C6928;
}
</style>