Shades of Olivetone #6B6616
Tints of Olivetone #6B6616
RGB
CMYK
RGB Variations
Color information
#6B6616 (or 0x6B6616) is known color: Olivetone. HEX triplet: 6B, 66 and 16. RGB value is (107,102,22). Sum of RGB (Red+Green+Blue) = 107+102+22=231 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.32% from 231); Green value is 102 (40.23% from 255 or 44.16% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6616 is #9499E9. Grayscale: #5E5E5E. Windows color (decimal): -9738730 or 1468011. OLE color: 1468011.
HSL color Cylindrical-coordinate representation of color #6B6616: hue angle of 56.47º 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 #6B6616 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 102 | 22 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.58 |
| HSL | 56.47º | 0.66% | 0.25% | - |
| HSV(B) | 56.47º | 0.79% | 0.42% | - |
| XYZ | 10.96 | 12.69 | 2.63 | - |
| YUV | 94.38 | 87.16 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 102 | 22 | 0 | 0.05 | 0.79 | 0.58 | 56.47 | 0.66 | 0.25 |
| Hex | 6B | 66 | 16 | 0 | 5 | 4F | 3A | 38 | 42 | 19 |
| Octal | 153 | 146 | 26 | 0 | 5 | 117 | 72 | 70 | 102 | 31 |
| Binary | 1101011 | 1100110 | 10110 | 0 | 101 | 1001111 | 111010 | 111000 | 1000010 | 11001 |
Color Harmonies of #6B6616
Complementary color
Monochromatic Colors of #6B6616
Black with #6B6616
Text Example
Text Example
White with #6B6616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6616; }
p { color: rgb(107,102,22); }
H1.HeaderClassName
{
color: #6B6616;
}
.AnyTagClassName
{
color: #6B6616;
}
</style>
background-color css
<style>
a { background-color: #6B6616; }
a { background-color: rgb(107,102,22); }
div.DivClassName
{
background-color: #6B6616;
}
.BgClassName
{
background-color: #6B6616;
}
</style>
border-color css
<style>
span { border-color: #6B6616; }
span { border-color: rgb(107,102,22); }
td.TdClassName
{
border-color: #6B6616;
}
.TagClassName
{
border-color: #6B6616;
}
</style>