Shades of Flint #736E5D
Tints of Flint #736E5D
RGB
CMYK
RGB Variations
Color information
#736E5D (or 0x736E5D) is known color: Flint. HEX triplet: 73, 6E and 5D. RGB value is (115,110,93). Sum of RGB (Red+Green+Blue) = 115+110+93=318 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.16% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 115 - color contains mainly: red. Hex color #736E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736E5D is #8C91A2. Grayscale: #6D6D6D. Windows color (decimal): -9212323 or 6123123. OLE color: 6123123.
HSL color Cylindrical-coordinate representation of color #736E5D: hue angle of 46.36º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #736E5D is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 110 | 93 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.55 |
| HSL | 46.36º | 0.11% | 0.41% | - |
| HSV(B) | 46.36º | 0.19% | 0.45% | - |
| XYZ | 14.62 | 15.59 | 12.59 | - |
| YUV | 109.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 110 | 93 | 0 | 0.04 | 0.19 | 0.55 | 46.36 | 0.11 | 0.41 |
| Hex | 73 | 6E | 5D | 0 | 4 | 13 | 37 | 2E | B | 29 |
| Octal | 163 | 156 | 135 | 0 | 4 | 23 | 67 | 56 | 13 | 51 |
| Binary | 1110011 | 1101110 | 1011101 | 0 | 100 | 10011 | 110111 | 101110 | 1011 | 101001 |
Color Harmonies of #736E5D
Complementary color
Monochromatic Colors of #736E5D
Black with #736E5D
Text Example
Text Example
White with #736E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736E5D; }
p { color: rgb(115,110,93); }
H1.HeaderClassName
{
color: #736E5D;
}
.AnyTagClassName
{
color: #736E5D;
}
</style>
background-color css
<style>
a { background-color: #736E5D; }
a { background-color: rgb(115,110,93); }
div.DivClassName
{
background-color: #736E5D;
}
.BgClassName
{
background-color: #736E5D;
}
</style>
border-color css
<style>
span { border-color: #736E5D; }
span { border-color: rgb(115,110,93); }
td.TdClassName
{
border-color: #736E5D;
}
.TagClassName
{
border-color: #736E5D;
}
</style>