Shades of Olivetone #6C6628
Tints of Olivetone #6C6628
RGB
CMYK
RGB Variations
Color information
#6C6628 (or 0x6C6628) is known color: Olivetone. HEX triplet: 6C, 66 and 28. RGB value is (108,102,40). Sum of RGB (Red+Green+Blue) = 108+102+40=250 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.2% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6628 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6628 is #9399D7. Grayscale: #606060. Windows color (decimal): -9673176 or 2647660. OLE color: 2647660.
HSL color Cylindrical-coordinate representation of color #6C6628: hue angle of 54.71º 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 #6C6628 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 102 | 40 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.58 |
| HSL | 54.71º | 0.46% | 0.29% | - |
| HSV(B) | 54.71º | 0.63% | 0.42% | - |
| XYZ | 11.32 | 12.84 | 3.89 | - |
| YUV | 96.73 | 95.99 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 102 | 40 | 0 | 0.06 | 0.63 | 0.58 | 54.71 | 0.46 | 0.29 |
| Hex | 6C | 66 | 28 | 0 | 6 | 3F | 3A | 37 | 2E | 1D |
| Octal | 154 | 146 | 50 | 0 | 6 | 77 | 72 | 67 | 56 | 35 |
| Binary | 1101100 | 1100110 | 101000 | 0 | 110 | 111111 | 111010 | 110111 | 101110 | 11101 |
Color Harmonies of #6C6628
Complementary color
Monochromatic Colors of #6C6628
Black with #6C6628
Text Example
Text Example
White with #6C6628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6628; }
p { color: rgb(108,102,40); }
H1.HeaderClassName
{
color: #6C6628;
}
.AnyTagClassName
{
color: #6C6628;
}
</style>
background-color css
<style>
a { background-color: #6C6628; }
a { background-color: rgb(108,102,40); }
div.DivClassName
{
background-color: #6C6628;
}
.BgClassName
{
background-color: #6C6628;
}
</style>
border-color css
<style>
span { border-color: #6C6628; }
span { border-color: rgb(108,102,40); }
td.TdClassName
{
border-color: #6C6628;
}
.TagClassName
{
border-color: #6C6628;
}
</style>