Shades of Crete #6E6D36
Tints of Crete #6E6D36
RGB
CMYK
RGB Variations
Color information
#6E6D36 (or 0x6E6D36) is known color: Crete. HEX triplet: 6E, 6D and 36. RGB value is (110,109,54). Sum of RGB (Red+Green+Blue) = 110+109+54=273 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.29% from 273); Green value is 109 (42.97% from 255 or 39.93% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6D36 is #9192C9. Grayscale: #676767. Windows color (decimal): -9540298 or 3566958. OLE color: 3566958.
HSL color Cylindrical-coordinate representation of color #6E6D36: hue angle of 58.93º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E6D36 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 109 | 54 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.57 |
| HSL | 58.93º | 0.34% | 0.32% | - |
| HSV(B) | 58.93º | 0.51% | 0.43% | - |
| XYZ | 12.56 | 14.52 | 5.63 | - |
| YUV | 103.03 | 100.33 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 109 | 54 | 0 | 0.01 | 0.51 | 0.57 | 58.93 | 0.34 | 0.32 |
| Hex | 6E | 6D | 36 | 0 | 1 | 33 | 39 | 3B | 22 | 20 |
| Octal | 156 | 155 | 66 | 0 | 1 | 63 | 71 | 73 | 42 | 40 |
| Binary | 1101110 | 1101101 | 110110 | 0 | 1 | 110011 | 111001 | 111011 | 100010 | 100000 |
Color Harmonies of #6E6D36
Complementary color
Monochromatic Colors of #6E6D36
Black with #6E6D36
Text Example
Text Example
White with #6E6D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6D36; }
p { color: rgb(110,109,54); }
H1.HeaderClassName
{
color: #6E6D36;
}
.AnyTagClassName
{
color: #6E6D36;
}
</style>
background-color css
<style>
a { background-color: #6E6D36; }
a { background-color: rgb(110,109,54); }
div.DivClassName
{
background-color: #6E6D36;
}
.BgClassName
{
background-color: #6E6D36;
}
</style>
border-color css
<style>
span { border-color: #6E6D36; }
span { border-color: rgb(110,109,54); }
td.TdClassName
{
border-color: #6E6D36;
}
.TagClassName
{
border-color: #6E6D36;
}
</style>