Shades of Olivetone #696824
Tints of Olivetone #696824
RGB
CMYK
RGB Variations
Color information
#696824 (or 0x696824) is known color: Olivetone. HEX triplet: 69, 68 and 24. RGB value is (105,104,36). Sum of RGB (Red+Green+Blue) = 105+104+36=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 105 - color contains mainly: red. Hex color #696824 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696824 is #9697DB. Grayscale: #606060. Windows color (decimal): -9869276 or 2386025. OLE color: 2386025.
HSL color Cylindrical-coordinate representation of color #696824: hue angle of 59.13º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #696824 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 104 | 36 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.59 |
| HSL | 59.13º | 0.49% | 0.28% | - |
| HSV(B) | 59.13º | 0.66% | 0.41% | - |
| XYZ | 11.09 | 13.03 | 3.6 | - |
| YUV | 96.55 | 93.83 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 36 | 0 | 0.01 | 0.66 | 0.59 | 59.13 | 0.49 | 0.28 |
| Hex | 69 | 68 | 24 | 0 | 1 | 42 | 3B | 3B | 31 | 1C |
| Octal | 151 | 150 | 44 | 0 | 1 | 102 | 73 | 73 | 61 | 34 |
| Binary | 1101001 | 1101000 | 100100 | 0 | 1 | 1000010 | 111011 | 111011 | 110001 | 11100 |
Color Harmonies of #696824
Complementary color
Monochromatic Colors of #696824
Black with #696824
Text Example
Text Example
White with #696824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696824; }
p { color: rgb(105,104,36); }
H1.HeaderClassName
{
color: #696824;
}
.AnyTagClassName
{
color: #696824;
}
</style>
background-color css
<style>
a { background-color: #696824; }
a { background-color: rgb(105,104,36); }
div.DivClassName
{
background-color: #696824;
}
.BgClassName
{
background-color: #696824;
}
</style>
border-color css
<style>
span { border-color: #696824; }
span { border-color: rgb(105,104,36); }
td.TdClassName
{
border-color: #696824;
}
.TagClassName
{
border-color: #696824;
}
</style>