Shades of Yellow Metal #736A3B
Tints of Yellow Metal #736A3B
RGB
CMYK
RGB Variations
Color information
#736A3B (or 0x736A3B) is known color: Yellow Metal. HEX triplet: 73, 6A and 3B. RGB value is (115,106,59). Sum of RGB (Red+Green+Blue) = 115+106+59=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 115 - color contains mainly: red. Hex color #736A3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736A3B is #8C95C4. Grayscale: #676767. Windows color (decimal): -9213381 or 3893875. OLE color: 3893875.
HSL color Cylindrical-coordinate representation of color #736A3B: hue angle of 50.36º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #736A3B is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 106 | 59 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.55 |
| HSL | 50.36º | 0.32% | 0.34% | - |
| HSV(B) | 50.36º | 0.49% | 0.45% | - |
| XYZ | 13.01 | 14.27 | 6.21 | - |
| YUV | 103.33 | 102.98 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 59 | 0 | 0.08 | 0.49 | 0.55 | 50.36 | 0.32 | 0.34 |
| Hex | 73 | 6A | 3B | 0 | 8 | 31 | 37 | 32 | 20 | 22 |
| Octal | 163 | 152 | 73 | 0 | 10 | 61 | 67 | 62 | 40 | 42 |
| Binary | 1110011 | 1101010 | 111011 | 0 | 1000 | 110001 | 110111 | 110010 | 100000 | 100010 |
Color Harmonies of #736A3B
Complementary color
Monochromatic Colors of #736A3B
Black with #736A3B
Text Example
Text Example
White with #736A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736A3B; }
p { color: rgb(115,106,59); }
H1.HeaderClassName
{
color: #736A3B;
}
.AnyTagClassName
{
color: #736A3B;
}
</style>
background-color css
<style>
a { background-color: #736A3B; }
a { background-color: rgb(115,106,59); }
div.DivClassName
{
background-color: #736A3B;
}
.BgClassName
{
background-color: #736A3B;
}
</style>
border-color css
<style>
span { border-color: #736A3B; }
span { border-color: rgb(115,106,59); }
td.TdClassName
{
border-color: #736A3B;
}
.TagClassName
{
border-color: #736A3B;
}
</style>