Shades of Olivetone #6B6622
Tints of Olivetone #6B6622
RGB
CMYK
RGB Variations
Color information
#6B6622 (or 0x6B6622) is known color: Olivetone. HEX triplet: 6B, 66 and 22. RGB value is (107,102,34). Sum of RGB (Red+Green+Blue) = 107+102+34=243 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.03% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 34 (13.67% from 255 or 13.99% from 243); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6622 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6622 is #9499DD. Grayscale: #606060. Windows color (decimal): -9738718 or 2254443. OLE color: 2254443.
HSL color Cylindrical-coordinate representation of color #6B6622: hue angle of 55.89º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B6622 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 102 | 34 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.58 |
| HSL | 55.89º | 0.52% | 0.28% | - |
| HSV(B) | 55.89º | 0.68% | 0.42% | - |
| XYZ | 11.1 | 12.74 | 3.39 | - |
| YUV | 95.74 | 93.16 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 102 | 34 | 0 | 0.05 | 0.68 | 0.58 | 55.89 | 0.52 | 0.28 |
| Hex | 6B | 66 | 22 | 0 | 5 | 44 | 3A | 38 | 34 | 1C |
| Octal | 153 | 146 | 42 | 0 | 5 | 104 | 72 | 70 | 64 | 34 |
| Binary | 1101011 | 1100110 | 100010 | 0 | 101 | 1000100 | 111010 | 111000 | 110100 | 11100 |
Color Harmonies of #6B6622
Complementary color
Monochromatic Colors of #6B6622
Black with #6B6622
Text Example
Text Example
White with #6B6622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6622; }
p { color: rgb(107,102,34); }
H1.HeaderClassName
{
color: #6B6622;
}
.AnyTagClassName
{
color: #6B6622;
}
</style>
background-color css
<style>
a { background-color: #6B6622; }
a { background-color: rgb(107,102,34); }
div.DivClassName
{
background-color: #6B6622;
}
.BgClassName
{
background-color: #6B6622;
}
</style>
border-color css
<style>
span { border-color: #6B6622; }
span { border-color: rgb(107,102,34); }
td.TdClassName
{
border-color: #6B6622;
}
.TagClassName
{
border-color: #6B6622;
}
</style>