Shades of Olivetone #6B6613
Tints of Olivetone #6B6613
RGB
CMYK
RGB Variations
Color information
#6B6613 (or 0x6B6613) is known color: Olivetone. HEX triplet: 6B, 66 and 13. RGB value is (107,102,19). Sum of RGB (Red+Green+Blue) = 107+102+19=228 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.93% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6613 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6613 is #9499EC. Grayscale: #5E5E5E. Windows color (decimal): -9738733 or 1271403. OLE color: 1271403.
HSL color Cylindrical-coordinate representation of color #6B6613: hue angle of 56.59º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B6613 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 102 | 19 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.58 |
| HSL | 56.59º | 0.7% | 0.25% | - |
| HSV(B) | 56.59º | 0.82% | 0.42% | - |
| XYZ | 10.93 | 12.68 | 2.49 | - |
| YUV | 94.03 | 85.66 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 102 | 19 | 0 | 0.05 | 0.82 | 0.58 | 56.59 | 0.7 | 0.25 |
| Hex | 6B | 66 | 13 | 0 | 5 | 52 | 3A | 39 | 46 | 19 |
| Octal | 153 | 146 | 23 | 0 | 5 | 122 | 72 | 71 | 106 | 31 |
| Binary | 1101011 | 1100110 | 10011 | 0 | 101 | 1010010 | 111010 | 111001 | 1000110 | 11001 |
Color Harmonies of #6B6613
Complementary color
Monochromatic Colors of #6B6613
Black with #6B6613
Text Example
Text Example
White with #6B6613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6613; }
p { color: rgb(107,102,19); }
H1.HeaderClassName
{
color: #6B6613;
}
.AnyTagClassName
{
color: #6B6613;
}
</style>
background-color css
<style>
a { background-color: #6B6613; }
a { background-color: rgb(107,102,19); }
div.DivClassName
{
background-color: #6B6613;
}
.BgClassName
{
background-color: #6B6613;
}
</style>
border-color css
<style>
span { border-color: #6B6613; }
span { border-color: rgb(107,102,19); }
td.TdClassName
{
border-color: #6B6613;
}
.TagClassName
{
border-color: #6B6613;
}
</style>