Shades of Yellow Metal #736943
Tints of Yellow Metal #736943
RGB
CMYK
RGB Variations
Color information
#736943 (or 0x736943) is known color: Yellow Metal. HEX triplet: 73, 69 and 43. RGB value is (115,105,67). Sum of RGB (Red+Green+Blue) = 115+105+67=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 115 - color contains mainly: red. Hex color #736943 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736943 is #8C96BC. Grayscale: #676767. Windows color (decimal): -9213629 or 4417907. OLE color: 4417907.
HSL color Cylindrical-coordinate representation of color #736943: hue angle of 47.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #736943 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 105 | 67 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.55 |
| HSL | 47.5º | 0.26% | 0.36% | - |
| HSV(B) | 47.5º | 0.42% | 0.45% | - |
| XYZ | 13.13 | 14.15 | 7.35 | - |
| YUV | 103.66 | 107.31 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 105 | 67 | 0 | 0.09 | 0.42 | 0.55 | 47.5 | 0.26 | 0.36 |
| Hex | 73 | 69 | 43 | 0 | 9 | 2A | 37 | 30 | 1A | 24 |
| Octal | 163 | 151 | 103 | 0 | 11 | 52 | 67 | 60 | 32 | 44 |
| Binary | 1110011 | 1101001 | 1000011 | 0 | 1001 | 101010 | 110111 | 110000 | 11010 | 100100 |
Color Harmonies of #736943
Complementary color
Monochromatic Colors of #736943
Black with #736943
Text Example
Text Example
White with #736943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736943; }
p { color: rgb(115,105,67); }
H1.HeaderClassName
{
color: #736943;
}
.AnyTagClassName
{
color: #736943;
}
</style>
background-color css
<style>
a { background-color: #736943; }
a { background-color: rgb(115,105,67); }
div.DivClassName
{
background-color: #736943;
}
.BgClassName
{
background-color: #736943;
}
</style>
border-color css
<style>
span { border-color: #736943; }
span { border-color: rgb(115,105,67); }
td.TdClassName
{
border-color: #736943;
}
.TagClassName
{
border-color: #736943;
}
</style>