Shades of Olivetone #6B6824
Tints of Olivetone #6B6824
RGB
CMYK
RGB Variations
Color information
#6B6824 (or 0x6B6824) is known color: Olivetone. HEX triplet: 6B, 68 and 24. RGB value is (107,104,36). Sum of RGB (Red+Green+Blue) = 107+104+36=247 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.32% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6824 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6824 is #9497DB. Grayscale: #616161. Windows color (decimal): -9738204 or 2386027. OLE color: 2386027.
HSL color Cylindrical-coordinate representation of color #6B6824: hue angle of 57.46º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6B6824 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 104 | 36 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.58 |
| HSL | 57.46º | 0.5% | 0.28% | - |
| HSV(B) | 57.46º | 0.66% | 0.42% | - |
| XYZ | 11.33 | 13.15 | 3.61 | - |
| YUV | 97.15 | 93.49 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 104 | 36 | 0 | 0.03 | 0.66 | 0.58 | 57.46 | 0.5 | 0.28 |
| Hex | 6B | 68 | 24 | 0 | 3 | 42 | 3A | 39 | 32 | 1C |
| Octal | 153 | 150 | 44 | 0 | 3 | 102 | 72 | 71 | 62 | 34 |
| Binary | 1101011 | 1101000 | 100100 | 0 | 11 | 1000010 | 111010 | 111001 | 110010 | 11100 |
Color Harmonies of #6B6824
Complementary color
Monochromatic Colors of #6B6824
Black with #6B6824
Text Example
Text Example
White with #6B6824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6824; }
p { color: rgb(107,104,36); }
H1.HeaderClassName
{
color: #6B6824;
}
.AnyTagClassName
{
color: #6B6824;
}
</style>
background-color css
<style>
a { background-color: #6B6824; }
a { background-color: rgb(107,104,36); }
div.DivClassName
{
background-color: #6B6824;
}
.BgClassName
{
background-color: #6B6824;
}
</style>
border-color css
<style>
span { border-color: #6B6824; }
span { border-color: rgb(107,104,36); }
td.TdClassName
{
border-color: #6B6824;
}
.TagClassName
{
border-color: #6B6824;
}
</style>