Shades of Olivetone #6B6829
Tints of Olivetone #6B6829
RGB
CMYK
RGB Variations
Color information
#6B6829 (or 0x6B6829) is known color: Olivetone. HEX triplet: 6B, 68 and 29. RGB value is (107,104,41). Sum of RGB (Red+Green+Blue) = 107+104+41=252 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.46% from 252); Green value is 104 (41.02% from 255 or 41.27% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6829 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6829 is #9497D6. Grayscale: #616161. Windows color (decimal): -9738199 or 2713707. OLE color: 2713707.
HSL color Cylindrical-coordinate representation of color #6B6829: hue angle of 57.27º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B6829 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 104 | 41 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.58 |
| HSL | 57.27º | 0.45% | 0.29% | - |
| HSV(B) | 57.27º | 0.62% | 0.42% | - |
| XYZ | 11.41 | 13.19 | 4.04 | - |
| YUV | 97.72 | 95.99 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 104 | 41 | 0 | 0.03 | 0.62 | 0.58 | 57.27 | 0.45 | 0.29 |
| Hex | 6B | 68 | 29 | 0 | 3 | 3E | 3A | 39 | 2D | 1D |
| Octal | 153 | 150 | 51 | 0 | 3 | 76 | 72 | 71 | 55 | 35 |
| Binary | 1101011 | 1101000 | 101001 | 0 | 11 | 111110 | 111010 | 111001 | 101101 | 11101 |
Color Harmonies of #6B6829
Complementary color
Monochromatic Colors of #6B6829
Black with #6B6829
Text Example
Text Example
White with #6B6829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6829; }
p { color: rgb(107,104,41); }
H1.HeaderClassName
{
color: #6B6829;
}
.AnyTagClassName
{
color: #6B6829;
}
</style>
background-color css
<style>
a { background-color: #6B6829; }
a { background-color: rgb(107,104,41); }
div.DivClassName
{
background-color: #6B6829;
}
.BgClassName
{
background-color: #6B6829;
}
</style>
border-color css
<style>
span { border-color: #6B6829; }
span { border-color: rgb(107,104,41); }
td.TdClassName
{
border-color: #6B6829;
}
.TagClassName
{
border-color: #6B6829;
}
</style>