Shades of Olivetone #6C682A
Tints of Olivetone #6C682A
RGB
CMYK
RGB Variations
Color information
#6C682A (or 0x6C682A) is known color: Olivetone. HEX triplet: 6C, 68 and 2A. RGB value is (108,104,42). Sum of RGB (Red+Green+Blue) = 108+104+42=254 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.52% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 108 - color contains mainly: red. Hex color #6C682A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C682A is #9397D5. Grayscale: #626262. Windows color (decimal): -9672662 or 2779244. OLE color: 2779244.
HSL color Cylindrical-coordinate representation of color #6C682A: hue angle of 56.36º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C682A is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 104 | 42 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.58 |
| HSL | 56.36º | 0.44% | 0.29% | - |
| HSV(B) | 56.36º | 0.61% | 0.42% | - |
| XYZ | 11.55 | 13.26 | 4.14 | - |
| YUV | 98.13 | 96.33 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 104 | 42 | 0 | 0.04 | 0.61 | 0.58 | 56.36 | 0.44 | 0.29 |
| Hex | 6C | 68 | 2A | 0 | 4 | 3D | 3A | 38 | 2C | 1D |
| Octal | 154 | 150 | 52 | 0 | 4 | 75 | 72 | 70 | 54 | 35 |
| Binary | 1101100 | 1101000 | 101010 | 0 | 100 | 111101 | 111010 | 111000 | 101100 | 11101 |
Color Harmonies of #6C682A
Complementary color
Monochromatic Colors of #6C682A
Black with #6C682A
Text Example
Text Example
White with #6C682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C682A; }
p { color: rgb(108,104,42); }
H1.HeaderClassName
{
color: #6C682A;
}
.AnyTagClassName
{
color: #6C682A;
}
</style>
background-color css
<style>
a { background-color: #6C682A; }
a { background-color: rgb(108,104,42); }
div.DivClassName
{
background-color: #6C682A;
}
.BgClassName
{
background-color: #6C682A;
}
</style>
border-color css
<style>
span { border-color: #6C682A; }
span { border-color: rgb(108,104,42); }
td.TdClassName
{
border-color: #6C682A;
}
.TagClassName
{
border-color: #6C682A;
}
</style>