Shades of Olivetone #6E6727
Tints of Olivetone #6E6727
RGB
CMYK
RGB Variations
Color information
#6E6727 (or 0x6E6727) is known color: Olivetone. HEX triplet: 6E, 67 and 27. RGB value is (110,103,39). Sum of RGB (Red+Green+Blue) = 110+103+39=252 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.65% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6727 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6727 is #9198D8. Grayscale: #626262. Windows color (decimal): -9541849 or 2582382. OLE color: 2582382.
HSL color Cylindrical-coordinate representation of color #6E6727: hue angle of 54.08º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E6727 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 103 | 39 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.57 |
| HSL | 54.08º | 0.48% | 0.29% | - |
| HSV(B) | 54.08º | 0.65% | 0.43% | - |
| XYZ | 11.65 | 13.16 | 3.85 | - |
| YUV | 97.8 | 94.82 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 103 | 39 | 0 | 0.06 | 0.65 | 0.57 | 54.08 | 0.48 | 0.29 |
| Hex | 6E | 67 | 27 | 0 | 6 | 41 | 39 | 36 | 30 | 1D |
| Octal | 156 | 147 | 47 | 0 | 6 | 101 | 71 | 66 | 60 | 35 |
| Binary | 1101110 | 1100111 | 100111 | 0 | 110 | 1000001 | 111001 | 110110 | 110000 | 11101 |
Color Harmonies of #6E6727
Complementary color
Monochromatic Colors of #6E6727
Black with #6E6727
Text Example
Text Example
White with #6E6727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6727; }
p { color: rgb(110,103,39); }
H1.HeaderClassName
{
color: #6E6727;
}
.AnyTagClassName
{
color: #6E6727;
}
</style>
background-color css
<style>
a { background-color: #6E6727; }
a { background-color: rgb(110,103,39); }
div.DivClassName
{
background-color: #6E6727;
}
.BgClassName
{
background-color: #6E6727;
}
</style>
border-color css
<style>
span { border-color: #6E6727; }
span { border-color: rgb(110,103,39); }
td.TdClassName
{
border-color: #6E6727;
}
.TagClassName
{
border-color: #6E6727;
}
</style>