Shades of Flint #736D5B
Tints of Flint #736D5B
RGB
CMYK
RGB Variations
Color information
#736D5B (or 0x736D5B) is known color: Flint. HEX triplet: 73, 6D and 5B. RGB value is (115,109,91). Sum of RGB (Red+Green+Blue) = 115+109+91=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 115 - color contains mainly: red. Hex color #736D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736D5B is #8C92A4. Grayscale: #6C6C6C. Windows color (decimal): -9212581 or 5991795. OLE color: 5991795.
HSL color Cylindrical-coordinate representation of color #736D5B: hue angle of 45º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #736D5B is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 109 | 91 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.55 |
| HSL | 45º | 0.12% | 0.4% | - |
| HSV(B) | 45º | 0.21% | 0.45% | - |
| XYZ | 14.43 | 15.34 | 12.1 | - |
| YUV | 108.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 109 | 91 | 0 | 0.05 | 0.21 | 0.55 | 45 | 0.12 | 0.4 |
| Hex | 73 | 6D | 5B | 0 | 5 | 15 | 37 | 2D | C | 28 |
| Octal | 163 | 155 | 133 | 0 | 5 | 25 | 67 | 55 | 14 | 50 |
| Binary | 1110011 | 1101101 | 1011011 | 0 | 101 | 10101 | 110111 | 101101 | 1100 | 101000 |
Color Harmonies of #736D5B
Complementary color
Monochromatic Colors of #736D5B
Black with #736D5B
Text Example
Text Example
White with #736D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736D5B; }
p { color: rgb(115,109,91); }
H1.HeaderClassName
{
color: #736D5B;
}
.AnyTagClassName
{
color: #736D5B;
}
</style>
background-color css
<style>
a { background-color: #736D5B; }
a { background-color: rgb(115,109,91); }
div.DivClassName
{
background-color: #736D5B;
}
.BgClassName
{
background-color: #736D5B;
}
</style>
border-color css
<style>
span { border-color: #736D5B; }
span { border-color: rgb(115,109,91); }
td.TdClassName
{
border-color: #736D5B;
}
.TagClassName
{
border-color: #736D5B;
}
</style>