Shades of Crete #746D35
Tints of Crete #746D35
RGB
CMYK
RGB Variations
Color information
#746D35 (or 0x746D35) is known color: Crete. HEX triplet: 74, 6D and 35. RGB value is (116,109,53). Sum of RGB (Red+Green+Blue) = 116+109+53=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 109 (42.97% from 255 or 39.21% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 116 - color contains mainly: red. Hex color #746D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746D35 is #8B92CA. Grayscale: #686868. Windows color (decimal): -9147083 or 3501428. OLE color: 3501428.
HSL color Cylindrical-coordinate representation of color #746D35: hue angle of 53.33º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #746D35 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 109 | 53 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.55 |
| HSL | 53.33º | 0.37% | 0.33% | - |
| HSV(B) | 53.33º | 0.54% | 0.45% | - |
| XYZ | 13.31 | 14.91 | 5.54 | - |
| YUV | 104.71 | 98.82 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 53 | 0 | 0.06 | 0.54 | 0.55 | 53.33 | 0.37 | 0.33 |
| Hex | 74 | 6D | 35 | 0 | 6 | 36 | 37 | 35 | 25 | 21 |
| Octal | 164 | 155 | 65 | 0 | 6 | 66 | 67 | 65 | 45 | 41 |
| Binary | 1110100 | 1101101 | 110101 | 0 | 110 | 110110 | 110111 | 110101 | 100101 | 100001 |
Color Harmonies of #746D35
Complementary color
Monochromatic Colors of #746D35
Black with #746D35
Text Example
Text Example
White with #746D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D35; }
p { color: rgb(116,109,53); }
H1.HeaderClassName
{
color: #746D35;
}
.AnyTagClassName
{
color: #746D35;
}
</style>
background-color css
<style>
a { background-color: #746D35; }
a { background-color: rgb(116,109,53); }
div.DivClassName
{
background-color: #746D35;
}
.BgClassName
{
background-color: #746D35;
}
</style>
border-color css
<style>
span { border-color: #746D35; }
span { border-color: rgb(116,109,53); }
td.TdClassName
{
border-color: #746D35;
}
.TagClassName
{
border-color: #746D35;
}
</style>