Shades of Olivetone #6E6A1B
Tints of Olivetone #6E6A1B
RGB
CMYK
RGB Variations
Color information
#6E6A1B (or 0x6E6A1B) is known color: Olivetone. HEX triplet: 6E, 6A and 1B. RGB value is (110,106,27). Sum of RGB (Red+Green+Blue) = 110+106+27=243 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.27% from 243); Green value is 106 (41.80% from 255 or 43.62% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6A1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6A1B is #9195E4. Grayscale: #626262. Windows color (decimal): -9541093 or 1796718. OLE color: 1796718.
HSL color Cylindrical-coordinate representation of color #6E6A1B: hue angle of 57.11º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E6A1B is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 106 | 27 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.57 |
| HSL | 57.11º | 0.61% | 0.27% | - |
| HSV(B) | 57.11º | 0.75% | 0.43% | - |
| XYZ | 11.78 | 13.7 | 3.06 | - |
| YUV | 98.19 | 87.83 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 106 | 27 | 0 | 0.04 | 0.75 | 0.57 | 57.11 | 0.61 | 0.27 |
| Hex | 6E | 6A | 1B | 0 | 4 | 4B | 39 | 39 | 3D | 1B |
| Octal | 156 | 152 | 33 | 0 | 4 | 113 | 71 | 71 | 75 | 33 |
| Binary | 1101110 | 1101010 | 11011 | 0 | 100 | 1001011 | 111001 | 111001 | 111101 | 11011 |
Color Harmonies of #6E6A1B
Complementary color
Monochromatic Colors of #6E6A1B
Black with #6E6A1B
Text Example
Text Example
White with #6E6A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6A1B; }
p { color: rgb(110,106,27); }
H1.HeaderClassName
{
color: #6E6A1B;
}
.AnyTagClassName
{
color: #6E6A1B;
}
</style>
background-color css
<style>
a { background-color: #6E6A1B; }
a { background-color: rgb(110,106,27); }
div.DivClassName
{
background-color: #6E6A1B;
}
.BgClassName
{
background-color: #6E6A1B;
}
</style>
border-color css
<style>
span { border-color: #6E6A1B; }
span { border-color: rgb(110,106,27); }
td.TdClassName
{
border-color: #6E6A1B;
}
.TagClassName
{
border-color: #6E6A1B;
}
</style>