Shades of Crete #6E6A35
Tints of Crete #6E6A35
RGB
CMYK
RGB Variations
Color information
#6E6A35 (or 0x6E6A35) is known color: Crete. HEX triplet: 6E, 6A and 35. RGB value is (110,106,53). Sum of RGB (Red+Green+Blue) = 110+106+53=269 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.89% from 269); Green value is 106 (41.80% from 255 or 39.41% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6A35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6A35 is #9195CA. Grayscale: #656565. Windows color (decimal): -9541067 or 3500654. OLE color: 3500654.
HSL color Cylindrical-coordinate representation of color #6E6A35: hue angle of 55.79º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E6A35 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 106 | 53 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.57 |
| HSL | 55.79º | 0.35% | 0.32% | - |
| HSV(B) | 55.79º | 0.52% | 0.43% | - |
| XYZ | 12.23 | 13.88 | 5.4 | - |
| YUV | 101.15 | 100.83 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 106 | 53 | 0 | 0.04 | 0.52 | 0.57 | 55.79 | 0.35 | 0.32 |
| Hex | 6E | 6A | 35 | 0 | 4 | 34 | 39 | 38 | 23 | 20 |
| Octal | 156 | 152 | 65 | 0 | 4 | 64 | 71 | 70 | 43 | 40 |
| Binary | 1101110 | 1101010 | 110101 | 0 | 100 | 110100 | 111001 | 111000 | 100011 | 100000 |
Color Harmonies of #6E6A35
Complementary color
Monochromatic Colors of #6E6A35
Black with #6E6A35
Text Example
Text Example
White with #6E6A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6A35; }
p { color: rgb(110,106,53); }
H1.HeaderClassName
{
color: #6E6A35;
}
.AnyTagClassName
{
color: #6E6A35;
}
</style>
background-color css
<style>
a { background-color: #6E6A35; }
a { background-color: rgb(110,106,53); }
div.DivClassName
{
background-color: #6E6A35;
}
.BgClassName
{
background-color: #6E6A35;
}
</style>
border-color css
<style>
span { border-color: #6E6A35; }
span { border-color: rgb(110,106,53); }
td.TdClassName
{
border-color: #6E6A35;
}
.TagClassName
{
border-color: #6E6A35;
}
</style>