Shades of Crete #736D34
Tints of Crete #736D34
RGB
CMYK
RGB Variations
Color information
#736D34 (or 0x736D34) is known color: Crete. HEX triplet: 73, 6D and 34. RGB value is (115,109,52). Sum of RGB (Red+Green+Blue) = 115+109+52=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 115 - color contains mainly: red. Hex color #736D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736D34 is #8C92CB. Grayscale: #686868. Windows color (decimal): -9212620 or 3435891. OLE color: 3435891.
HSL color Cylindrical-coordinate representation of color #736D34: hue angle of 54.29º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #736D34 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 109 | 52 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.55 |
| HSL | 54.29º | 0.38% | 0.33% | - |
| HSV(B) | 54.29º | 0.55% | 0.45% | - |
| XYZ | 13.16 | 14.83 | 5.42 | - |
| YUV | 104.3 | 98.49 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 109 | 52 | 0 | 0.05 | 0.55 | 0.55 | 54.29 | 0.38 | 0.33 |
| Hex | 73 | 6D | 34 | 0 | 5 | 37 | 37 | 36 | 26 | 21 |
| Octal | 163 | 155 | 64 | 0 | 5 | 67 | 67 | 66 | 46 | 41 |
| Binary | 1110011 | 1101101 | 110100 | 0 | 101 | 110111 | 110111 | 110110 | 100110 | 100001 |
Color Harmonies of #736D34
Complementary color
Monochromatic Colors of #736D34
Black with #736D34
Text Example
Text Example
White with #736D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736D34; }
p { color: rgb(115,109,52); }
H1.HeaderClassName
{
color: #736D34;
}
.AnyTagClassName
{
color: #736D34;
}
</style>
background-color css
<style>
a { background-color: #736D34; }
a { background-color: rgb(115,109,52); }
div.DivClassName
{
background-color: #736D34;
}
.BgClassName
{
background-color: #736D34;
}
</style>
border-color css
<style>
span { border-color: #736D34; }
span { border-color: rgb(115,109,52); }
td.TdClassName
{
border-color: #736D34;
}
.TagClassName
{
border-color: #736D34;
}
</style>