Shades of Flint #736E5B
Tints of Flint #736E5B
RGB
CMYK
RGB Variations
Color information
#736E5B (or 0x736E5B) is known color: Flint. HEX triplet: 73, 6E and 5B. RGB value is (115,110,91). Sum of RGB (Red+Green+Blue) = 115+110+91=316 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.39% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 115 - color contains mainly: red. Hex color #736E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736E5B is #8C91A4. Grayscale: #6D6D6D. Windows color (decimal): -9212325 or 5992051. OLE color: 5992051.
HSL color Cylindrical-coordinate representation of color #736E5B: hue angle of 47.5º 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 #736E5B is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 110 | 91 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.55 |
| HSL | 47.5º | 0.12% | 0.4% | - |
| HSV(B) | 47.5º | 0.21% | 0.45% | - |
| XYZ | 14.53 | 15.55 | 12.13 | - |
| YUV | 109.33 | 117.66 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 110 | 91 | 0 | 0.04 | 0.21 | 0.55 | 47.5 | 0.12 | 0.4 |
| Hex | 73 | 6E | 5B | 0 | 4 | 15 | 37 | 30 | C | 28 |
| Octal | 163 | 156 | 133 | 0 | 4 | 25 | 67 | 60 | 14 | 50 |
| Binary | 1110011 | 1101110 | 1011011 | 0 | 100 | 10101 | 110111 | 110000 | 1100 | 101000 |
Color Harmonies of #736E5B
Complementary color
Monochromatic Colors of #736E5B
Black with #736E5B
Text Example
Text Example
White with #736E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736E5B; }
p { color: rgb(115,110,91); }
H1.HeaderClassName
{
color: #736E5B;
}
.AnyTagClassName
{
color: #736E5B;
}
</style>
background-color css
<style>
a { background-color: #736E5B; }
a { background-color: rgb(115,110,91); }
div.DivClassName
{
background-color: #736E5B;
}
.BgClassName
{
background-color: #736E5B;
}
</style>
border-color css
<style>
span { border-color: #736E5B; }
span { border-color: rgb(115,110,91); }
td.TdClassName
{
border-color: #736E5B;
}
.TagClassName
{
border-color: #736E5B;
}
</style>