Shades of Olivetone #6E6728
Tints of Olivetone #6E6728
RGB
CMYK
RGB Variations
Color information
#6E6728 (or 0x6E6728) is known color: Olivetone. HEX triplet: 6E, 67 and 28. RGB value is (110,103,40). Sum of RGB (Red+Green+Blue) = 110+103+40=253 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.48% from 253); Green value is 103 (40.62% from 255 or 40.71% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6728 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6728 is #9198D7. Grayscale: #626262. Windows color (decimal): -9541848 or 2647918. OLE color: 2647918.
HSL color Cylindrical-coordinate representation of color #6E6728: hue angle of 54º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E6728 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 103 | 40 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.57 |
| HSL | 54º | 0.47% | 0.29% | - |
| HSV(B) | 54º | 0.64% | 0.43% | - |
| XYZ | 11.66 | 13.17 | 3.93 | - |
| YUV | 97.91 | 95.32 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 103 | 40 | 0 | 0.06 | 0.64 | 0.57 | 54 | 0.47 | 0.29 |
| Hex | 6E | 67 | 28 | 0 | 6 | 40 | 39 | 36 | 2F | 1D |
| Octal | 156 | 147 | 50 | 0 | 6 | 100 | 71 | 66 | 57 | 35 |
| Binary | 1101110 | 1100111 | 101000 | 0 | 110 | 1000000 | 111001 | 110110 | 101111 | 11101 |
Color Harmonies of #6E6728
Complementary color
Monochromatic Colors of #6E6728
Black with #6E6728
Text Example
Text Example
White with #6E6728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6728; }
p { color: rgb(110,103,40); }
H1.HeaderClassName
{
color: #6E6728;
}
.AnyTagClassName
{
color: #6E6728;
}
</style>
background-color css
<style>
a { background-color: #6E6728; }
a { background-color: rgb(110,103,40); }
div.DivClassName
{
background-color: #6E6728;
}
.BgClassName
{
background-color: #6E6728;
}
</style>
border-color css
<style>
span { border-color: #6E6728; }
span { border-color: rgb(110,103,40); }
td.TdClassName
{
border-color: #6E6728;
}
.TagClassName
{
border-color: #6E6728;
}
</style>