Shades of Yellow Metal #716843
Tints of Yellow Metal #716843
RGB
CMYK
RGB Variations
Color information
#716843 (or 0x716843) is known color: Yellow Metal. HEX triplet: 71, 68 and 43. RGB value is (113,104,67). Sum of RGB (Red+Green+Blue) = 113+104+67=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 67 (26.56% from 255 or 23.59% from 284); Max value from RGB is 113 - color contains mainly: red. Hex color #716843 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716843 is #8E97BC. Grayscale: #666666. Windows color (decimal): -9344957 or 4417649. OLE color: 4417649.
HSL color Cylindrical-coordinate representation of color #716843: hue angle of 48.26º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #716843 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 104 | 67 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.56 |
| HSL | 48.26º | 0.26% | 0.35% | - |
| HSV(B) | 48.26º | 0.41% | 0.44% | - |
| XYZ | 12.77 | 13.82 | 7.3 | - |
| YUV | 102.47 | 107.98 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 104 | 67 | 0 | 0.08 | 0.41 | 0.56 | 48.26 | 0.26 | 0.35 |
| Hex | 71 | 68 | 43 | 0 | 8 | 29 | 38 | 30 | 1A | 23 |
| Octal | 161 | 150 | 103 | 0 | 10 | 51 | 70 | 60 | 32 | 43 |
| Binary | 1110001 | 1101000 | 1000011 | 0 | 1000 | 101001 | 111000 | 110000 | 11010 | 100011 |
Color Harmonies of #716843
Complementary color
Monochromatic Colors of #716843
Black with #716843
Text Example
Text Example
White with #716843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716843; }
p { color: rgb(113,104,67); }
H1.HeaderClassName
{
color: #716843;
}
.AnyTagClassName
{
color: #716843;
}
</style>
background-color css
<style>
a { background-color: #716843; }
a { background-color: rgb(113,104,67); }
div.DivClassName
{
background-color: #716843;
}
.BgClassName
{
background-color: #716843;
}
</style>
border-color css
<style>
span { border-color: #716843; }
span { border-color: rgb(113,104,67); }
td.TdClassName
{
border-color: #716843;
}
.TagClassName
{
border-color: #716843;
}
</style>