Shades of Crete #736D2E
Tints of Crete #736D2E
RGB
CMYK
RGB Variations
Color information
#736D2E (or 0x736D2E) is known color: Crete. HEX triplet: 73, 6D and 2E. RGB value is (115,109,46). Sum of RGB (Red+Green+Blue) = 115+109+46=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 109 (42.97% from 255 or 40.37% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 115 - color contains mainly: red. Hex color #736D2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736D2E is #8C92D1. Grayscale: #676767. Windows color (decimal): -9212626 or 3042675. OLE color: 3042675.
HSL color Cylindrical-coordinate representation of color #736D2E: hue angle of 54.78º 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 #736D2E is Cyan = 0, Magento = 0.05, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 109 | 46 | - |
| CMYK | 0 | 0.05 | 0.6 | 0.55 |
| HSL | 54.78º | 0.43% | 0.32% | - |
| HSV(B) | 54.78º | 0.6% | 0.45% | - |
| XYZ | 13.03 | 14.78 | 4.75 | - |
| YUV | 103.61 | 95.49 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 109 | 46 | 0 | 0.05 | 0.6 | 0.55 | 54.78 | 0.43 | 0.32 |
| Hex | 73 | 6D | 2E | 0 | 5 | 3C | 37 | 37 | 2B | 20 |
| Octal | 163 | 155 | 56 | 0 | 5 | 74 | 67 | 67 | 53 | 40 |
| Binary | 1110011 | 1101101 | 101110 | 0 | 101 | 111100 | 110111 | 110111 | 101011 | 100000 |
Color Harmonies of #736D2E
Complementary color
Monochromatic Colors of #736D2E
Black with #736D2E
Text Example
Text Example
White with #736D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736D2E; }
p { color: rgb(115,109,46); }
H1.HeaderClassName
{
color: #736D2E;
}
.AnyTagClassName
{
color: #736D2E;
}
</style>
background-color css
<style>
a { background-color: #736D2E; }
a { background-color: rgb(115,109,46); }
div.DivClassName
{
background-color: #736D2E;
}
.BgClassName
{
background-color: #736D2E;
}
</style>
border-color css
<style>
span { border-color: #736D2E; }
span { border-color: rgb(115,109,46); }
td.TdClassName
{
border-color: #736D2E;
}
.TagClassName
{
border-color: #736D2E;
}
</style>