Shades of Olivetone #6C682B
Tints of Olivetone #6C682B
RGB
CMYK
RGB Variations
Color information
#6C682B (or 0x6C682B) is known color: Olivetone. HEX triplet: 6C, 68 and 2B. RGB value is (108,104,43). Sum of RGB (Red+Green+Blue) = 108+104+43=255 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.35% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 108 - color contains mainly: red. Hex color #6C682B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C682B is #9397D4. Grayscale: #626262. Windows color (decimal): -9672661 or 2844780. OLE color: 2844780.
HSL color Cylindrical-coordinate representation of color #6C682B: hue angle of 56.31º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C682B is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 104 | 43 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.58 |
| HSL | 56.31º | 0.43% | 0.3% | - |
| HSV(B) | 56.31º | 0.6% | 0.42% | - |
| XYZ | 11.57 | 13.26 | 4.24 | - |
| YUV | 98.24 | 96.83 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 104 | 43 | 0 | 0.04 | 0.60 | 0.58 | 56.31 | 0.43 | 0.3 |
| Hex | 6C | 68 | 2B | 0 | 4 | 3C | 3A | 38 | 2B | 1E |
| Octal | 154 | 150 | 53 | 0 | 4 | 74 | 72 | 70 | 53 | 36 |
| Binary | 1101100 | 1101000 | 101011 | 0 | 100 | 111100 | 111010 | 111000 | 101011 | 11110 |
Color Harmonies of #6C682B
Complementary color
Monochromatic Colors of #6C682B
Black with #6C682B
Text Example
Text Example
White with #6C682B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C682B; }
p { color: rgb(108,104,43); }
H1.HeaderClassName
{
color: #6C682B;
}
.AnyTagClassName
{
color: #6C682B;
}
</style>
background-color css
<style>
a { background-color: #6C682B; }
a { background-color: rgb(108,104,43); }
div.DivClassName
{
background-color: #6C682B;
}
.BgClassName
{
background-color: #6C682B;
}
</style>
border-color css
<style>
span { border-color: #6C682B; }
span { border-color: rgb(108,104,43); }
td.TdClassName
{
border-color: #6C682B;
}
.TagClassName
{
border-color: #6C682B;
}
</style>