Shades of Crete #746E2B
Tints of Crete #746E2B
RGB
CMYK
RGB Variations
Color information
#746E2B (or 0x746E2B) is known color: Crete. HEX triplet: 74, 6E and 2B. RGB value is (116,110,43). Sum of RGB (Red+Green+Blue) = 116+110+43=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 110 (43.36% from 255 or 40.89% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 116 - color contains mainly: red. Hex color #746E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746E2B is #8B91D4. Grayscale: #686868. Windows color (decimal): -9146837 or 2846324. OLE color: 2846324.
HSL color Cylindrical-coordinate representation of color #746E2B: hue angle of 55.07º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #746E2B is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 110 | 43 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.55 |
| HSL | 55.07º | 0.46% | 0.31% | - |
| HSV(B) | 55.07º | 0.63% | 0.45% | - |
| XYZ | 13.21 | 15.04 | 4.49 | - |
| YUV | 104.16 | 93.49 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 43 | 0 | 0.05 | 0.63 | 0.55 | 55.07 | 0.46 | 0.31 |
| Hex | 74 | 6E | 2B | 0 | 5 | 3F | 37 | 37 | 2E | 1F |
| Octal | 164 | 156 | 53 | 0 | 5 | 77 | 67 | 67 | 56 | 37 |
| Binary | 1110100 | 1101110 | 101011 | 0 | 101 | 111111 | 110111 | 110111 | 101110 | 11111 |
Color Harmonies of #746E2B
Complementary color
Monochromatic Colors of #746E2B
Black with #746E2B
Text Example
Text Example
White with #746E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746E2B; }
p { color: rgb(116,110,43); }
H1.HeaderClassName
{
color: #746E2B;
}
.AnyTagClassName
{
color: #746E2B;
}
</style>
background-color css
<style>
a { background-color: #746E2B; }
a { background-color: rgb(116,110,43); }
div.DivClassName
{
background-color: #746E2B;
}
.BgClassName
{
background-color: #746E2B;
}
</style>
border-color css
<style>
span { border-color: #746E2B; }
span { border-color: rgb(116,110,43); }
td.TdClassName
{
border-color: #746E2B;
}
.TagClassName
{
border-color: #746E2B;
}
</style>