Shades of Yellow Metal #76603F
Tints of Yellow Metal #76603F
RGB
CMYK
RGB Variations
Color information
#76603F (or 0x76603F) is known color: Yellow Metal. HEX triplet: 76, 60 and 3F. RGB value is (118,96,63). Sum of RGB (Red+Green+Blue) = 118+96+63=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #76603F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76603F is #899FC0. Grayscale: #626262. Windows color (decimal): -9019329 or 4153462. OLE color: 4153462.
HSL color Cylindrical-coordinate representation of color #76603F: hue angle of 36º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76603F is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 96 | 63 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.54 |
| HSL | 36º | 0.3% | 0.35% | - |
| HSV(B) | 36º | 0.47% | 0.46% | - |
| XYZ | 12.55 | 12.58 | 6.47 | - |
| YUV | 98.82 | 107.79 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 96 | 63 | 0 | 0.19 | 0.47 | 0.54 | 36 | 0.3 | 0.35 |
| Hex | 76 | 60 | 3F | 0 | 13 | 2F | 36 | 24 | 1E | 23 |
| Octal | 166 | 140 | 77 | 0 | 23 | 57 | 66 | 44 | 36 | 43 |
| Binary | 1110110 | 1100000 | 111111 | 0 | 10011 | 101111 | 110110 | 100100 | 11110 | 100011 |
Color Harmonies of #76603F
Complementary color
Monochromatic Colors of #76603F
Black with #76603F
Text Example
Text Example
White with #76603F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76603F; }
p { color: rgb(118,96,63); }
H1.HeaderClassName
{
color: #76603F;
}
.AnyTagClassName
{
color: #76603F;
}
</style>
background-color css
<style>
a { background-color: #76603F; }
a { background-color: rgb(118,96,63); }
div.DivClassName
{
background-color: #76603F;
}
.BgClassName
{
background-color: #76603F;
}
</style>
border-color css
<style>
span { border-color: #76603F; }
span { border-color: rgb(118,96,63); }
td.TdClassName
{
border-color: #76603F;
}
.TagClassName
{
border-color: #76603F;
}
</style>