Shades of Olivetone #6B660F
Tints of Olivetone #6B660F
RGB
CMYK
RGB Variations
Color information
#6B660F (or 0x6B660F) is known color: Olivetone. HEX triplet: 6B, 66 and 0F. RGB value is (107,102,15). Sum of RGB (Red+Green+Blue) = 107+102+15=224 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.77% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 107 - color contains mainly: red. Hex color #6B660F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B660F is #9499F0. Grayscale: #5D5D5D. Windows color (decimal): -9738737 or 1009259. OLE color: 1009259.
HSL color Cylindrical-coordinate representation of color #6B660F: hue angle of 56.74º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B660F is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 102 | 15 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.58 |
| HSL | 56.74º | 0.75% | 0.24% | - |
| HSV(B) | 56.74º | 0.86% | 0.42% | - |
| XYZ | 10.9 | 12.66 | 2.32 | - |
| YUV | 93.58 | 83.66 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 102 | 15 | 0 | 0.05 | 0.86 | 0.58 | 56.74 | 0.75 | 0.24 |
| Hex | 6B | 66 | F | 0 | 5 | 56 | 3A | 39 | 4B | 18 |
| Octal | 153 | 146 | 17 | 0 | 5 | 126 | 72 | 71 | 113 | 30 |
| Binary | 1101011 | 1100110 | 1111 | 0 | 101 | 1010110 | 111010 | 111001 | 1001011 | 11000 |
Color Harmonies of #6B660F
Complementary color
Monochromatic Colors of #6B660F
Black with #6B660F
Text Example
Text Example
White with #6B660F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B660F; }
p { color: rgb(107,102,15); }
H1.HeaderClassName
{
color: #6B660F;
}
.AnyTagClassName
{
color: #6B660F;
}
</style>
background-color css
<style>
a { background-color: #6B660F; }
a { background-color: rgb(107,102,15); }
div.DivClassName
{
background-color: #6B660F;
}
.BgClassName
{
background-color: #6B660F;
}
</style>
border-color css
<style>
span { border-color: #6B660F; }
span { border-color: rgb(107,102,15); }
td.TdClassName
{
border-color: #6B660F;
}
.TagClassName
{
border-color: #6B660F;
}
</style>