Shades of Crete #6E6933
Tints of Crete #6E6933
RGB
CMYK
RGB Variations
Color information
#6E6933 (or 0x6E6933) is known color: Crete. HEX triplet: 6E, 69 and 33. RGB value is (110,105,51). Sum of RGB (Red+Green+Blue) = 110+105+51=266 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.35% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6933 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6933 is #9196CC. Grayscale: #646464. Windows color (decimal): -9541325 or 3369326. OLE color: 3369326.
HSL color Cylindrical-coordinate representation of color #6E6933: hue angle of 54.92º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E6933 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 105 | 51 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.57 |
| HSL | 54.92º | 0.37% | 0.32% | - |
| HSV(B) | 54.92º | 0.54% | 0.43% | - |
| XYZ | 12.08 | 13.66 | 5.13 | - |
| YUV | 100.34 | 100.16 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 105 | 51 | 0 | 0.05 | 0.54 | 0.57 | 54.92 | 0.37 | 0.32 |
| Hex | 6E | 69 | 33 | 0 | 5 | 36 | 39 | 37 | 25 | 20 |
| Octal | 156 | 151 | 63 | 0 | 5 | 66 | 71 | 67 | 45 | 40 |
| Binary | 1101110 | 1101001 | 110011 | 0 | 101 | 110110 | 111001 | 110111 | 100101 | 100000 |
Color Harmonies of #6E6933
Complementary color
Monochromatic Colors of #6E6933
Black with #6E6933
Text Example
Text Example
White with #6E6933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6933; }
p { color: rgb(110,105,51); }
H1.HeaderClassName
{
color: #6E6933;
}
.AnyTagClassName
{
color: #6E6933;
}
</style>
background-color css
<style>
a { background-color: #6E6933; }
a { background-color: rgb(110,105,51); }
div.DivClassName
{
background-color: #6E6933;
}
.BgClassName
{
background-color: #6E6933;
}
</style>
border-color css
<style>
span { border-color: #6E6933; }
span { border-color: rgb(110,105,51); }
td.TdClassName
{
border-color: #6E6933;
}
.TagClassName
{
border-color: #6E6933;
}
</style>