Shades of Yellow Metal #716A3D
Tints of Yellow Metal #716A3D
RGB
CMYK
RGB Variations
Color information
#716A3D (or 0x716A3D) is known color: Yellow Metal. HEX triplet: 71, 6A and 3D. RGB value is (113,106,61). Sum of RGB (Red+Green+Blue) = 113+106+61=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #716A3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716A3D is #8E95C2. Grayscale: #676767. Windows color (decimal): -9344451 or 4024945. OLE color: 4024945.
HSL color Cylindrical-coordinate representation of color #716A3D: hue angle of 51.92º 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 #716A3D is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 106 | 61 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.56 |
| HSL | 51.92º | 0.3% | 0.34% | - |
| HSV(B) | 51.92º | 0.46% | 0.44% | - |
| XYZ | 12.81 | 14.16 | 6.47 | - |
| YUV | 102.96 | 104.32 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 61 | 0 | 0.06 | 0.46 | 0.56 | 51.92 | 0.3 | 0.34 |
| Hex | 71 | 6A | 3D | 0 | 6 | 2E | 38 | 34 | 1E | 22 |
| Octal | 161 | 152 | 75 | 0 | 6 | 56 | 70 | 64 | 36 | 42 |
| Binary | 1110001 | 1101010 | 111101 | 0 | 110 | 101110 | 111000 | 110100 | 11110 | 100010 |
Color Harmonies of #716A3D
Complementary color
Monochromatic Colors of #716A3D
Black with #716A3D
Text Example
Text Example
White with #716A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716A3D; }
p { color: rgb(113,106,61); }
H1.HeaderClassName
{
color: #716A3D;
}
.AnyTagClassName
{
color: #716A3D;
}
</style>
background-color css
<style>
a { background-color: #716A3D; }
a { background-color: rgb(113,106,61); }
div.DivClassName
{
background-color: #716A3D;
}
.BgClassName
{
background-color: #716A3D;
}
</style>
border-color css
<style>
span { border-color: #716A3D; }
span { border-color: rgb(113,106,61); }
td.TdClassName
{
border-color: #716A3D;
}
.TagClassName
{
border-color: #716A3D;
}
</style>