Shades of Olivetone #6B6710
Tints of Olivetone #6B6710
RGB
CMYK
RGB Variations
Color information
#6B6710 (or 0x6B6710) is known color: Olivetone. HEX triplet: 6B, 67 and 10. RGB value is (107,103,16). Sum of RGB (Red+Green+Blue) = 107+103+16=226 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.35% from 226); Green value is 103 (40.62% from 255 or 45.58% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6710 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6710 is #9498EF. Grayscale: #5E5E5E. Windows color (decimal): -9738480 or 1075051. OLE color: 1075051.
HSL color Cylindrical-coordinate representation of color #6B6710: hue angle of 57.36º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B6710 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 103 | 16 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.58 |
| HSL | 57.36º | 0.74% | 0.24% | - |
| HSV(B) | 57.36º | 0.85% | 0.42% | - |
| XYZ | 11.01 | 12.86 | 2.39 | - |
| YUV | 94.28 | 83.83 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 103 | 16 | 0 | 0.04 | 0.85 | 0.58 | 57.36 | 0.74 | 0.24 |
| Hex | 6B | 67 | 10 | 0 | 4 | 55 | 3A | 39 | 4A | 18 |
| Octal | 153 | 147 | 20 | 0 | 4 | 125 | 72 | 71 | 112 | 30 |
| Binary | 1101011 | 1100111 | 10000 | 0 | 100 | 1010101 | 111010 | 111001 | 1001010 | 11000 |
Color Harmonies of #6B6710
Complementary color
Monochromatic Colors of #6B6710
Black with #6B6710
Text Example
Text Example
White with #6B6710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6710; }
p { color: rgb(107,103,16); }
H1.HeaderClassName
{
color: #6B6710;
}
.AnyTagClassName
{
color: #6B6710;
}
</style>
background-color css
<style>
a { background-color: #6B6710; }
a { background-color: rgb(107,103,16); }
div.DivClassName
{
background-color: #6B6710;
}
.BgClassName
{
background-color: #6B6710;
}
</style>
border-color css
<style>
span { border-color: #6B6710; }
span { border-color: rgb(107,103,16); }
td.TdClassName
{
border-color: #6B6710;
}
.TagClassName
{
border-color: #6B6710;
}
</style>