Shades of Yellow Metal #736C3C
Tints of Yellow Metal #736C3C
RGB
CMYK
RGB Variations
Color information
#736C3C (or 0x736C3C) is known color: Yellow Metal. HEX triplet: 73, 6C and 3C. RGB value is (115,108,60). Sum of RGB (Red+Green+Blue) = 115+108+60=283 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.64% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 115 - color contains mainly: red. Hex color #736C3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736C3C is #8C93C3. Grayscale: #686868. Windows color (decimal): -9212868 or 3959923. OLE color: 3959923.
HSL color Cylindrical-coordinate representation of color #736C3C: hue angle of 52.36º 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 #736C3C is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 108 | 60 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.55 |
| HSL | 52.36º | 0.31% | 0.34% | - |
| HSV(B) | 52.36º | 0.48% | 0.45% | - |
| XYZ | 13.25 | 14.7 | 6.41 | - |
| YUV | 104.62 | 102.82 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 108 | 60 | 0 | 0.06 | 0.48 | 0.55 | 52.36 | 0.31 | 0.34 |
| Hex | 73 | 6C | 3C | 0 | 6 | 30 | 37 | 34 | 1F | 22 |
| Octal | 163 | 154 | 74 | 0 | 6 | 60 | 67 | 64 | 37 | 42 |
| Binary | 1110011 | 1101100 | 111100 | 0 | 110 | 110000 | 110111 | 110100 | 11111 | 100010 |
Color Harmonies of #736C3C
Complementary color
Monochromatic Colors of #736C3C
Black with #736C3C
Text Example
Text Example
White with #736C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736C3C; }
p { color: rgb(115,108,60); }
H1.HeaderClassName
{
color: #736C3C;
}
.AnyTagClassName
{
color: #736C3C;
}
</style>
background-color css
<style>
a { background-color: #736C3C; }
a { background-color: rgb(115,108,60); }
div.DivClassName
{
background-color: #736C3C;
}
.BgClassName
{
background-color: #736C3C;
}
</style>
border-color css
<style>
span { border-color: #736C3C; }
span { border-color: rgb(115,108,60); }
td.TdClassName
{
border-color: #736C3C;
}
.TagClassName
{
border-color: #736C3C;
}
</style>