Shades of Crete #746E3B
Tints of Crete #746E3B
RGB
CMYK
RGB Variations
Color information
#746E3B (or 0x746E3B) is known color: Crete. HEX triplet: 74, 6E and 3B. RGB value is (116,110,59). Sum of RGB (Red+Green+Blue) = 116+110+59=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 110 (43.36% from 255 or 38.60% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 116 - color contains mainly: red. Hex color #746E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746E3B is #8B91C4. Grayscale: #6A6A6A. Windows color (decimal): -9146821 or 3894900. OLE color: 3894900.
HSL color Cylindrical-coordinate representation of color #746E3B: hue angle of 53.68º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #746E3B is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 110 | 59 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.55 |
| HSL | 53.68º | 0.33% | 0.34% | - |
| HSV(B) | 53.68º | 0.49% | 0.45% | - |
| XYZ | 13.57 | 15.18 | 6.35 | - |
| YUV | 105.98 | 101.49 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 59 | 0 | 0.05 | 0.49 | 0.55 | 53.68 | 0.33 | 0.34 |
| Hex | 74 | 6E | 3B | 0 | 5 | 31 | 37 | 36 | 21 | 22 |
| Octal | 164 | 156 | 73 | 0 | 5 | 61 | 67 | 66 | 41 | 42 |
| Binary | 1110100 | 1101110 | 111011 | 0 | 101 | 110001 | 110111 | 110110 | 100001 | 100010 |
Color Harmonies of #746E3B
Complementary color
Monochromatic Colors of #746E3B
Black with #746E3B
Text Example
Text Example
White with #746E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746E3B; }
p { color: rgb(116,110,59); }
H1.HeaderClassName
{
color: #746E3B;
}
.AnyTagClassName
{
color: #746E3B;
}
</style>
background-color css
<style>
a { background-color: #746E3B; }
a { background-color: rgb(116,110,59); }
div.DivClassName
{
background-color: #746E3B;
}
.BgClassName
{
background-color: #746E3B;
}
</style>
border-color css
<style>
span { border-color: #746E3B; }
span { border-color: rgb(116,110,59); }
td.TdClassName
{
border-color: #746E3B;
}
.TagClassName
{
border-color: #746E3B;
}
</style>