Shades of Crete #746D32
Tints of Crete #746D32
RGB
CMYK
RGB Variations
Color information
#746D32 (or 0x746D32) is known color: Crete. HEX triplet: 74, 6D and 32. RGB value is (116,109,50). Sum of RGB (Red+Green+Blue) = 116+109+50=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 116 - color contains mainly: red. Hex color #746D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746D32 is #8B92CD. Grayscale: #686868. Windows color (decimal): -9147086 or 3304820. OLE color: 3304820.
HSL color Cylindrical-coordinate representation of color #746D32: hue angle of 53.64º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #746D32 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 109 | 50 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.55 |
| HSL | 53.64º | 0.4% | 0.33% | - |
| HSV(B) | 53.64º | 0.57% | 0.45% | - |
| XYZ | 13.25 | 14.88 | 5.19 | - |
| YUV | 104.37 | 97.32 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 50 | 0 | 0.06 | 0.57 | 0.55 | 53.64 | 0.4 | 0.33 |
| Hex | 74 | 6D | 32 | 0 | 6 | 39 | 37 | 36 | 28 | 21 |
| Octal | 164 | 155 | 62 | 0 | 6 | 71 | 67 | 66 | 50 | 41 |
| Binary | 1110100 | 1101101 | 110010 | 0 | 110 | 111001 | 110111 | 110110 | 101000 | 100001 |
Color Harmonies of #746D32
Complementary color
Monochromatic Colors of #746D32
Black with #746D32
Text Example
Text Example
White with #746D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D32; }
p { color: rgb(116,109,50); }
H1.HeaderClassName
{
color: #746D32;
}
.AnyTagClassName
{
color: #746D32;
}
</style>
background-color css
<style>
a { background-color: #746D32; }
a { background-color: rgb(116,109,50); }
div.DivClassName
{
background-color: #746D32;
}
.BgClassName
{
background-color: #746D32;
}
</style>
border-color css
<style>
span { border-color: #746D32; }
span { border-color: rgb(116,109,50); }
td.TdClassName
{
border-color: #746D32;
}
.TagClassName
{
border-color: #746D32;
}
</style>