Shades of Crete #746D2E
Tints of Crete #746D2E
RGB
CMYK
RGB Variations
Color information
#746D2E (or 0x746D2E) is known color: Crete. HEX triplet: 74, 6D and 2E. RGB value is (116,109,46). Sum of RGB (Red+Green+Blue) = 116+109+46=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 109 (42.97% from 255 or 40.22% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #746D2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746D2E is #8B92D1. Grayscale: #686868. Windows color (decimal): -9147090 or 3042676. OLE color: 3042676.
HSL color Cylindrical-coordinate representation of color #746D2E: hue angle of 54º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #746D2E is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 109 | 46 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.55 |
| HSL | 54º | 0.43% | 0.32% | - |
| HSV(B) | 54º | 0.6% | 0.45% | - |
| XYZ | 13.16 | 14.85 | 4.76 | - |
| YUV | 103.91 | 95.32 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 46 | 0 | 0.06 | 0.60 | 0.55 | 54 | 0.43 | 0.32 |
| Hex | 74 | 6D | 2E | 0 | 6 | 3C | 37 | 36 | 2B | 20 |
| Octal | 164 | 155 | 56 | 0 | 6 | 74 | 67 | 66 | 53 | 40 |
| Binary | 1110100 | 1101101 | 101110 | 0 | 110 | 111100 | 110111 | 110110 | 101011 | 100000 |
Color Harmonies of #746D2E
Complementary color
Monochromatic Colors of #746D2E
Black with #746D2E
Text Example
Text Example
White with #746D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D2E; }
p { color: rgb(116,109,46); }
H1.HeaderClassName
{
color: #746D2E;
}
.AnyTagClassName
{
color: #746D2E;
}
</style>
background-color css
<style>
a { background-color: #746D2E; }
a { background-color: rgb(116,109,46); }
div.DivClassName
{
background-color: #746D2E;
}
.BgClassName
{
background-color: #746D2E;
}
</style>
border-color css
<style>
span { border-color: #746D2E; }
span { border-color: rgb(116,109,46); }
td.TdClassName
{
border-color: #746D2E;
}
.TagClassName
{
border-color: #746D2E;
}
</style>