Shades of Olivetone #6B6510
Tints of Olivetone #6B6510
RGB
CMYK
RGB Variations
Color information
#6B6510 (or 0x6B6510) is known color: Olivetone. HEX triplet: 6B, 65 and 10. RGB value is (107,101,16). Sum of RGB (Red+Green+Blue) = 107+101+16=224 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.77% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6510 is #949AEF. Grayscale: #5D5D5D. Windows color (decimal): -9738992 or 1074539. OLE color: 1074539.
HSL color Cylindrical-coordinate representation of color #6B6510: hue angle of 56.04º 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 #6B6510 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 101 | 16 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.58 |
| HSL | 56.04º | 0.74% | 0.24% | - |
| HSV(B) | 56.04º | 0.85% | 0.42% | - |
| XYZ | 10.81 | 12.47 | 2.33 | - |
| YUV | 93.1 | 84.49 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 101 | 16 | 0 | 0.06 | 0.85 | 0.58 | 56.04 | 0.74 | 0.24 |
| Hex | 6B | 65 | 10 | 0 | 6 | 55 | 3A | 38 | 4A | 18 |
| Octal | 153 | 145 | 20 | 0 | 6 | 125 | 72 | 70 | 112 | 30 |
| Binary | 1101011 | 1100101 | 10000 | 0 | 110 | 1010101 | 111010 | 111000 | 1001010 | 11000 |
Color Harmonies of #6B6510
Complementary color
Monochromatic Colors of #6B6510
Black with #6B6510
Text Example
Text Example
White with #6B6510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6510; }
p { color: rgb(107,101,16); }
H1.HeaderClassName
{
color: #6B6510;
}
.AnyTagClassName
{
color: #6B6510;
}
</style>
background-color css
<style>
a { background-color: #6B6510; }
a { background-color: rgb(107,101,16); }
div.DivClassName
{
background-color: #6B6510;
}
.BgClassName
{
background-color: #6B6510;
}
</style>
border-color css
<style>
span { border-color: #6B6510; }
span { border-color: rgb(107,101,16); }
td.TdClassName
{
border-color: #6B6510;
}
.TagClassName
{
border-color: #6B6510;
}
</style>