Shades of Crete #736E38
Tints of Crete #736E38
RGB
CMYK
RGB Variations
Color information
#736E38 (or 0x736E38) is known color: Crete. HEX triplet: 73, 6E and 38. RGB value is (115,110,56). Sum of RGB (Red+Green+Blue) = 115+110+56=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 115 - color contains mainly: red. Hex color #736E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736E38 is #8C91C7. Grayscale: #696969. Windows color (decimal): -9212360 or 3698291. OLE color: 3698291.
HSL color Cylindrical-coordinate representation of color #736E38: hue angle of 54.92º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #736E38 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 110 | 56 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.55 |
| HSL | 54.92º | 0.35% | 0.34% | - |
| HSV(B) | 54.92º | 0.51% | 0.45% | - |
| XYZ | 13.36 | 15.08 | 5.95 | - |
| YUV | 105.34 | 100.16 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 110 | 56 | 0 | 0.04 | 0.51 | 0.55 | 54.92 | 0.35 | 0.34 |
| Hex | 73 | 6E | 38 | 0 | 4 | 33 | 37 | 37 | 23 | 22 |
| Octal | 163 | 156 | 70 | 0 | 4 | 63 | 67 | 67 | 43 | 42 |
| Binary | 1110011 | 1101110 | 111000 | 0 | 100 | 110011 | 110111 | 110111 | 100011 | 100010 |
Color Harmonies of #736E38
Complementary color
Monochromatic Colors of #736E38
Black with #736E38
Text Example
Text Example
White with #736E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736E38; }
p { color: rgb(115,110,56); }
H1.HeaderClassName
{
color: #736E38;
}
.AnyTagClassName
{
color: #736E38;
}
</style>
background-color css
<style>
a { background-color: #736E38; }
a { background-color: rgb(115,110,56); }
div.DivClassName
{
background-color: #736E38;
}
.BgClassName
{
background-color: #736E38;
}
</style>
border-color css
<style>
span { border-color: #736E38; }
span { border-color: rgb(115,110,56); }
td.TdClassName
{
border-color: #736E38;
}
.TagClassName
{
border-color: #736E38;
}
</style>