Shades of Crete #736C2E
Tints of Crete #736C2E
RGB
CMYK
RGB Variations
Color information
#736C2E (or 0x736C2E) is known color: Crete. HEX triplet: 73, 6C and 2E. RGB value is (115,108,46). Sum of RGB (Red+Green+Blue) = 115+108+46=269 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.75% from 269); Green value is 108 (42.58% from 255 or 40.15% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 115 - color contains mainly: red. Hex color #736C2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736C2E is #8C93D1. Grayscale: #676767. Windows color (decimal): -9212882 or 3042419. OLE color: 3042419.
HSL color Cylindrical-coordinate representation of color #736C2E: hue angle of 53.91º 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 #736C2E is Cyan = 0, Magento = 0.06, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 108 | 46 | - |
| CMYK | 0 | 0.06 | 0.6 | 0.55 |
| HSL | 53.91º | 0.43% | 0.32% | - |
| HSV(B) | 53.91º | 0.6% | 0.45% | - |
| XYZ | 12.93 | 14.57 | 4.72 | - |
| YUV | 103.03 | 95.82 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 108 | 46 | 0 | 0.06 | 0.6 | 0.55 | 53.91 | 0.43 | 0.32 |
| Hex | 73 | 6C | 2E | 0 | 6 | 3C | 37 | 36 | 2B | 20 |
| Octal | 163 | 154 | 56 | 0 | 6 | 74 | 67 | 66 | 53 | 40 |
| Binary | 1110011 | 1101100 | 101110 | 0 | 110 | 111100 | 110111 | 110110 | 101011 | 100000 |
Color Harmonies of #736C2E
Complementary color
Monochromatic Colors of #736C2E
Black with #736C2E
Text Example
Text Example
White with #736C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736C2E; }
p { color: rgb(115,108,46); }
H1.HeaderClassName
{
color: #736C2E;
}
.AnyTagClassName
{
color: #736C2E;
}
</style>
background-color css
<style>
a { background-color: #736C2E; }
a { background-color: rgb(115,108,46); }
div.DivClassName
{
background-color: #736C2E;
}
.BgClassName
{
background-color: #736C2E;
}
</style>
border-color css
<style>
span { border-color: #736C2E; }
span { border-color: rgb(115,108,46); }
td.TdClassName
{
border-color: #736C2E;
}
.TagClassName
{
border-color: #736C2E;
}
</style>