Shades of Crete #736A31
Tints of Crete #736A31
RGB
CMYK
RGB Variations
Color information
#736A31 (or 0x736A31) is known color: Crete. HEX triplet: 73, 6A and 31. RGB value is (115,106,49). Sum of RGB (Red+Green+Blue) = 115+106+49=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 106 (41.80% from 255 or 39.26% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 115 - color contains mainly: red. Hex color #736A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736A31 is #8C95CE. Grayscale: #666666. Windows color (decimal): -9213391 or 3238515. OLE color: 3238515.
HSL color Cylindrical-coordinate representation of color #736A31: hue angle of 51.82º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #736A31 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 106 | 49 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.55 |
| HSL | 51.82º | 0.4% | 0.32% | - |
| HSV(B) | 51.82º | 0.57% | 0.45% | - |
| XYZ | 12.78 | 14.17 | 4.97 | - |
| YUV | 102.19 | 97.98 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 49 | 0 | 0.08 | 0.57 | 0.55 | 51.82 | 0.4 | 0.32 |
| Hex | 73 | 6A | 31 | 0 | 8 | 39 | 37 | 34 | 28 | 20 |
| Octal | 163 | 152 | 61 | 0 | 10 | 71 | 67 | 64 | 50 | 40 |
| Binary | 1110011 | 1101010 | 110001 | 0 | 1000 | 111001 | 110111 | 110100 | 101000 | 100000 |
Color Harmonies of #736A31
Complementary color
Monochromatic Colors of #736A31
Black with #736A31
Text Example
Text Example
White with #736A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736A31; }
p { color: rgb(115,106,49); }
H1.HeaderClassName
{
color: #736A31;
}
.AnyTagClassName
{
color: #736A31;
}
</style>
background-color css
<style>
a { background-color: #736A31; }
a { background-color: rgb(115,106,49); }
div.DivClassName
{
background-color: #736A31;
}
.BgClassName
{
background-color: #736A31;
}
</style>
border-color css
<style>
span { border-color: #736A31; }
span { border-color: rgb(115,106,49); }
td.TdClassName
{
border-color: #736A31;
}
.TagClassName
{
border-color: #736A31;
}
</style>