Shades of Crete #746B2E
Tints of Crete #746B2E
RGB
CMYK
RGB Variations
Color information
#746B2E (or 0x746B2E) is known color: Crete. HEX triplet: 74, 6B and 2E. RGB value is (116,107,46). Sum of RGB (Red+Green+Blue) = 116+107+46=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 107 (42.19% from 255 or 39.78% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 116 - color contains mainly: red. Hex color #746B2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746B2E is #8B94D1. Grayscale: #666666. Windows color (decimal): -9147602 or 3042164. OLE color: 3042164.
HSL color Cylindrical-coordinate representation of color #746B2E: hue angle of 52.29º 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 #746B2E is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 107 | 46 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.55 |
| HSL | 52.29º | 0.43% | 0.32% | - |
| HSV(B) | 52.29º | 0.6% | 0.45% | - |
| XYZ | 12.95 | 14.43 | 4.69 | - |
| YUV | 102.74 | 95.98 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 107 | 46 | 0 | 0.08 | 0.60 | 0.55 | 52.29 | 0.43 | 0.32 |
| Hex | 74 | 6B | 2E | 0 | 8 | 3C | 37 | 34 | 2B | 20 |
| Octal | 164 | 153 | 56 | 0 | 10 | 74 | 67 | 64 | 53 | 40 |
| Binary | 1110100 | 1101011 | 101110 | 0 | 1000 | 111100 | 110111 | 110100 | 101011 | 100000 |
Color Harmonies of #746B2E
Complementary color
Monochromatic Colors of #746B2E
Black with #746B2E
Text Example
Text Example
White with #746B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746B2E; }
p { color: rgb(116,107,46); }
H1.HeaderClassName
{
color: #746B2E;
}
.AnyTagClassName
{
color: #746B2E;
}
</style>
background-color css
<style>
a { background-color: #746B2E; }
a { background-color: rgb(116,107,46); }
div.DivClassName
{
background-color: #746B2E;
}
.BgClassName
{
background-color: #746B2E;
}
</style>
border-color css
<style>
span { border-color: #746B2E; }
span { border-color: rgb(116,107,46); }
td.TdClassName
{
border-color: #746B2E;
}
.TagClassName
{
border-color: #746B2E;
}
</style>