Shades of Yellow Metal #736B3C
Tints of Yellow Metal #736B3C
RGB
CMYK
RGB Variations
Color information
#736B3C (or 0x736B3C) is known color: Yellow Metal. HEX triplet: 73, 6B and 3C. RGB value is (115,107,60). Sum of RGB (Red+Green+Blue) = 115+107+60=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 107 (42.19% from 255 or 37.94% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 115 - color contains mainly: red. Hex color #736B3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736B3C is #8C94C3. Grayscale: #686868. Windows color (decimal): -9213124 or 3959667. OLE color: 3959667.
HSL color Cylindrical-coordinate representation of color #736B3C: hue angle of 51.27º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #736B3C is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 107 | 60 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.55 |
| HSL | 51.27º | 0.31% | 0.34% | - |
| HSV(B) | 51.27º | 0.48% | 0.45% | - |
| XYZ | 13.14 | 14.49 | 6.38 | - |
| YUV | 104.03 | 103.15 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 60 | 0 | 0.07 | 0.48 | 0.55 | 51.27 | 0.31 | 0.34 |
| Hex | 73 | 6B | 3C | 0 | 7 | 30 | 37 | 33 | 1F | 22 |
| Octal | 163 | 153 | 74 | 0 | 7 | 60 | 67 | 63 | 37 | 42 |
| Binary | 1110011 | 1101011 | 111100 | 0 | 111 | 110000 | 110111 | 110011 | 11111 | 100010 |
Color Harmonies of #736B3C
Complementary color
Monochromatic Colors of #736B3C
Black with #736B3C
Text Example
Text Example
White with #736B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736B3C; }
p { color: rgb(115,107,60); }
H1.HeaderClassName
{
color: #736B3C;
}
.AnyTagClassName
{
color: #736B3C;
}
</style>
background-color css
<style>
a { background-color: #736B3C; }
a { background-color: rgb(115,107,60); }
div.DivClassName
{
background-color: #736B3C;
}
.BgClassName
{
background-color: #736B3C;
}
</style>
border-color css
<style>
span { border-color: #736B3C; }
span { border-color: rgb(115,107,60); }
td.TdClassName
{
border-color: #736B3C;
}
.TagClassName
{
border-color: #736B3C;
}
</style>