Shades of Yellow Metal #71613D
Tints of Yellow Metal #71613D
RGB
CMYK
RGB Variations
Color information
#71613D (or 0x71613D) is known color: Yellow Metal. HEX triplet: 71, 61 and 3D. RGB value is (113,97,61). Sum of RGB (Red+Green+Blue) = 113+97+61=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 113 - color contains mainly: red. Hex color #71613D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71613D is #8E9EC2. Grayscale: #616161. Windows color (decimal): -9346755 or 4022641. OLE color: 4022641.
HSL color Cylindrical-coordinate representation of color #71613D: hue angle of 41.54º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71613D is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 97 | 61 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.56 |
| HSL | 41.54º | 0.3% | 0.34% | - |
| HSV(B) | 41.54º | 0.46% | 0.44% | - |
| XYZ | 11.93 | 12.4 | 6.18 | - |
| YUV | 97.68 | 107.3 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 97 | 61 | 0 | 0.14 | 0.46 | 0.56 | 41.54 | 0.3 | 0.34 |
| Hex | 71 | 61 | 3D | 0 | E | 2E | 38 | 2A | 1E | 22 |
| Octal | 161 | 141 | 75 | 0 | 16 | 56 | 70 | 52 | 36 | 42 |
| Binary | 1110001 | 1100001 | 111101 | 0 | 1110 | 101110 | 111000 | 101010 | 11110 | 100010 |
Color Harmonies of #71613D
Complementary color
Monochromatic Colors of #71613D
Black with #71613D
Text Example
Text Example
White with #71613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71613D; }
p { color: rgb(113,97,61); }
H1.HeaderClassName
{
color: #71613D;
}
.AnyTagClassName
{
color: #71613D;
}
</style>
background-color css
<style>
a { background-color: #71613D; }
a { background-color: rgb(113,97,61); }
div.DivClassName
{
background-color: #71613D;
}
.BgClassName
{
background-color: #71613D;
}
</style>
border-color css
<style>
span { border-color: #71613D; }
span { border-color: rgb(113,97,61); }
td.TdClassName
{
border-color: #71613D;
}
.TagClassName
{
border-color: #71613D;
}
</style>