Shades of Olivetone #6B6B1E
Tints of Olivetone #6B6B1E
RGB
CMYK
RGB Variations
Color information
#6B6B1E (or 0x6B6B1E) is known color: Olivetone. HEX triplet: 6B, 6B and 1E. RGB value is (107,107,30). Sum of RGB (Red+Green+Blue) = 107+107+30=244 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.85% from 244); Green value is 107 (42.19% from 255 or 43.85% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 107 - color contains mainly: red, green. Hex color #6B6B1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6B1E is #9494E1. Grayscale: #626262. Windows color (decimal): -9737442 or 1993579. OLE color: 1993579.
HSL color Cylindrical-coordinate representation of color #6B6B1E: hue angle of 60º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6B6B1E is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 107 | 30 | - |
| CMYK | 0 | 0 | 0.72 | 0.58 |
| HSL | 60º | 0.56% | 0.27% | - |
| HSV(B) | 60º | 0.72% | 0.42% | - |
| XYZ | 11.56 | 13.73 | 3.27 | - |
| YUV | 98.22 | 89.5 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 107 | 30 | 0 | 0 | 0.72 | 0.58 | 60 | 0.56 | 0.27 |
| Hex | 6B | 6B | 1E | 0 | 0 | 48 | 3A | 3C | 38 | 1B |
| Octal | 153 | 153 | 36 | 0 | 0 | 110 | 72 | 74 | 70 | 33 |
| Binary | 1101011 | 1101011 | 11110 | 0 | 0 | 1001000 | 111010 | 111100 | 111000 | 11011 |
Color Harmonies of #6B6B1E
Complementary color
Monochromatic Colors of #6B6B1E
Black with #6B6B1E
Text Example
Text Example
White with #6B6B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6B1E; }
p { color: rgb(107,107,30); }
H1.HeaderClassName
{
color: #6B6B1E;
}
.AnyTagClassName
{
color: #6B6B1E;
}
</style>
background-color css
<style>
a { background-color: #6B6B1E; }
a { background-color: rgb(107,107,30); }
div.DivClassName
{
background-color: #6B6B1E;
}
.BgClassName
{
background-color: #6B6B1E;
}
</style>
border-color css
<style>
span { border-color: #6B6B1E; }
span { border-color: rgb(107,107,30); }
td.TdClassName
{
border-color: #6B6B1E;
}
.TagClassName
{
border-color: #6B6B1E;
}
</style>