Shades of Olivetone #696821
Tints of Olivetone #696821
RGB
CMYK
RGB Variations
Color information
#696821 (or 0x696821) is known color: Olivetone. HEX triplet: 69, 68 and 21. RGB value is (105,104,33). Sum of RGB (Red+Green+Blue) = 105+104+33=242 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.39% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 105 - color contains mainly: red. Hex color #696821 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696821 is #9697DE. Grayscale: #606060. Windows color (decimal): -9869279 or 2189417. OLE color: 2189417.
HSL color Cylindrical-coordinate representation of color #696821: hue angle of 59.17º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #696821 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 104 | 33 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.59 |
| HSL | 59.17º | 0.52% | 0.27% | - |
| HSV(B) | 59.17º | 0.69% | 0.41% | - |
| XYZ | 11.05 | 13.01 | 3.37 | - |
| YUV | 96.21 | 92.33 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 33 | 0 | 0.01 | 0.69 | 0.59 | 59.17 | 0.52 | 0.27 |
| Hex | 69 | 68 | 21 | 0 | 1 | 45 | 3B | 3B | 34 | 1B |
| Octal | 151 | 150 | 41 | 0 | 1 | 105 | 73 | 73 | 64 | 33 |
| Binary | 1101001 | 1101000 | 100001 | 0 | 1 | 1000101 | 111011 | 111011 | 110100 | 11011 |
Color Harmonies of #696821
Complementary color
Monochromatic Colors of #696821
Black with #696821
Text Example
Text Example
White with #696821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696821; }
p { color: rgb(105,104,33); }
H1.HeaderClassName
{
color: #696821;
}
.AnyTagClassName
{
color: #696821;
}
</style>
background-color css
<style>
a { background-color: #696821; }
a { background-color: rgb(105,104,33); }
div.DivClassName
{
background-color: #696821;
}
.BgClassName
{
background-color: #696821;
}
</style>
border-color css
<style>
span { border-color: #696821; }
span { border-color: rgb(105,104,33); }
td.TdClassName
{
border-color: #696821;
}
.TagClassName
{
border-color: #696821;
}
</style>