Shades of Olivetone #6A6716
Tints of Olivetone #6A6716
RGB
CMYK
RGB Variations
Color information
#6A6716 (or 0x6A6716) is known color: Olivetone. HEX triplet: 6A, 67 and 16. RGB value is (106,103,22). Sum of RGB (Red+Green+Blue) = 106+103+22=231 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.89% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A6716 is #9598E9. Grayscale: #5E5E5E. Windows color (decimal): -9804010 or 1468266. OLE color: 1468266.
HSL color Cylindrical-coordinate representation of color #6A6716: hue angle of 57.86º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6A6716 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 103 | 22 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.58 |
| HSL | 57.86º | 0.66% | 0.25% | - |
| HSV(B) | 57.86º | 0.79% | 0.42% | - |
| XYZ | 10.94 | 12.82 | 2.66 | - |
| YUV | 94.66 | 86.99 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 103 | 22 | 0 | 0.03 | 0.79 | 0.58 | 57.86 | 0.66 | 0.25 |
| Hex | 6A | 67 | 16 | 0 | 3 | 4F | 3A | 3A | 42 | 19 |
| Octal | 152 | 147 | 26 | 0 | 3 | 117 | 72 | 72 | 102 | 31 |
| Binary | 1101010 | 1100111 | 10110 | 0 | 11 | 1001111 | 111010 | 111010 | 1000010 | 11001 |
Color Harmonies of #6A6716
Complementary color
Monochromatic Colors of #6A6716
Black with #6A6716
Text Example
Text Example
White with #6A6716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6716; }
p { color: rgb(106,103,22); }
H1.HeaderClassName
{
color: #6A6716;
}
.AnyTagClassName
{
color: #6A6716;
}
</style>
background-color css
<style>
a { background-color: #6A6716; }
a { background-color: rgb(106,103,22); }
div.DivClassName
{
background-color: #6A6716;
}
.BgClassName
{
background-color: #6A6716;
}
</style>
border-color css
<style>
span { border-color: #6A6716; }
span { border-color: rgb(106,103,22); }
td.TdClassName
{
border-color: #6A6716;
}
.TagClassName
{
border-color: #6A6716;
}
</style>