Shades of Crete #736B2E
Tints of Crete #736B2E
RGB
CMYK
RGB Variations
Color information
#736B2E (or 0x736B2E) is known color: Crete. HEX triplet: 73, 6B and 2E. RGB value is (115,107,46). Sum of RGB (Red+Green+Blue) = 115+107+46=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 115 - color contains mainly: red. Hex color #736B2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736B2E is #8C94D1. Grayscale: #666666. Windows color (decimal): -9213138 or 3042163. OLE color: 3042163.
HSL color Cylindrical-coordinate representation of color #736B2E: hue angle of 53.04º 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 #736B2E is Cyan = 0, Magento = 0.07, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 107 | 46 | - |
| CMYK | 0 | 0.07 | 0.6 | 0.55 |
| HSL | 53.04º | 0.43% | 0.32% | - |
| HSV(B) | 53.04º | 0.6% | 0.45% | - |
| XYZ | 12.82 | 14.36 | 4.68 | - |
| YUV | 102.44 | 96.15 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 46 | 0 | 0.07 | 0.6 | 0.55 | 53.04 | 0.43 | 0.32 |
| Hex | 73 | 6B | 2E | 0 | 7 | 3C | 37 | 35 | 2B | 20 |
| Octal | 163 | 153 | 56 | 0 | 7 | 74 | 67 | 65 | 53 | 40 |
| Binary | 1110011 | 1101011 | 101110 | 0 | 111 | 111100 | 110111 | 110101 | 101011 | 100000 |
Color Harmonies of #736B2E
Complementary color
Monochromatic Colors of #736B2E
Black with #736B2E
Text Example
Text Example
White with #736B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736B2E; }
p { color: rgb(115,107,46); }
H1.HeaderClassName
{
color: #736B2E;
}
.AnyTagClassName
{
color: #736B2E;
}
</style>
background-color css
<style>
a { background-color: #736B2E; }
a { background-color: rgb(115,107,46); }
div.DivClassName
{
background-color: #736B2E;
}
.BgClassName
{
background-color: #736B2E;
}
</style>
border-color css
<style>
span { border-color: #736B2E; }
span { border-color: rgb(115,107,46); }
td.TdClassName
{
border-color: #736B2E;
}
.TagClassName
{
border-color: #736B2E;
}
</style>