Shades of Olivetone #696828
Tints of Olivetone #696828
RGB
CMYK
RGB Variations
Color information
#696828 (or 0x696828) is known color: Olivetone. HEX triplet: 69, 68 and 28. RGB value is (105,104,40). Sum of RGB (Red+Green+Blue) = 105+104+40=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 105 - color contains mainly: red. Hex color #696828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696828 is #9697D7. Grayscale: #616161. Windows color (decimal): -9869272 or 2648169. OLE color: 2648169.
HSL color Cylindrical-coordinate representation of color #696828: hue angle of 59.08º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #696828 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 104 | 40 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.59 |
| HSL | 59.08º | 0.45% | 0.28% | - |
| HSV(B) | 59.08º | 0.62% | 0.41% | - |
| XYZ | 11.16 | 13.06 | 3.94 | - |
| YUV | 97 | 95.83 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 40 | 0 | 0.01 | 0.62 | 0.59 | 59.08 | 0.45 | 0.28 |
| Hex | 69 | 68 | 28 | 0 | 1 | 3E | 3B | 3B | 2D | 1C |
| Octal | 151 | 150 | 50 | 0 | 1 | 76 | 73 | 73 | 55 | 34 |
| Binary | 1101001 | 1101000 | 101000 | 0 | 1 | 111110 | 111011 | 111011 | 101101 | 11100 |
Color Harmonies of #696828
Complementary color
Monochromatic Colors of #696828
Black with #696828
Text Example
Text Example
White with #696828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696828; }
p { color: rgb(105,104,40); }
H1.HeaderClassName
{
color: #696828;
}
.AnyTagClassName
{
color: #696828;
}
</style>
background-color css
<style>
a { background-color: #696828; }
a { background-color: rgb(105,104,40); }
div.DivClassName
{
background-color: #696828;
}
.BgClassName
{
background-color: #696828;
}
</style>
border-color css
<style>
span { border-color: #696828; }
span { border-color: rgb(105,104,40); }
td.TdClassName
{
border-color: #696828;
}
.TagClassName
{
border-color: #696828;
}
</style>