Shades of Yellow Metal #71603F
Tints of Yellow Metal #71603F
RGB
CMYK
RGB Variations
Color information
#71603F (or 0x71603F) is known color: Yellow Metal. HEX triplet: 71, 60 and 3F. RGB value is (113,96,63). Sum of RGB (Red+Green+Blue) = 113+96+63=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 113 - color contains mainly: red. Hex color #71603F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71603F is #8E9FC0. Grayscale: #616161. Windows color (decimal): -9347009 or 4153457. OLE color: 4153457.
HSL color Cylindrical-coordinate representation of color #71603F: hue angle of 39.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71603F is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 96 | 63 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.56 |
| HSL | 39.6º | 0.28% | 0.35% | - |
| HSV(B) | 39.6º | 0.44% | 0.44% | - |
| XYZ | 11.89 | 12.24 | 6.44 | - |
| YUV | 97.32 | 108.63 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 96 | 63 | 0 | 0.15 | 0.44 | 0.56 | 39.6 | 0.28 | 0.35 |
| Hex | 71 | 60 | 3F | 0 | F | 2C | 38 | 28 | 1C | 23 |
| Octal | 161 | 140 | 77 | 0 | 17 | 54 | 70 | 50 | 34 | 43 |
| Binary | 1110001 | 1100000 | 111111 | 0 | 1111 | 101100 | 111000 | 101000 | 11100 | 100011 |
Color Harmonies of #71603F
Complementary color
Monochromatic Colors of #71603F
Black with #71603F
Text Example
Text Example
White with #71603F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71603F; }
p { color: rgb(113,96,63); }
H1.HeaderClassName
{
color: #71603F;
}
.AnyTagClassName
{
color: #71603F;
}
</style>
background-color css
<style>
a { background-color: #71603F; }
a { background-color: rgb(113,96,63); }
div.DivClassName
{
background-color: #71603F;
}
.BgClassName
{
background-color: #71603F;
}
</style>
border-color css
<style>
span { border-color: #71603F; }
span { border-color: rgb(113,96,63); }
td.TdClassName
{
border-color: #71603F;
}
.TagClassName
{
border-color: #71603F;
}
</style>