Shades of Yellow Metal #71683F
Tints of Yellow Metal #71683F
RGB
CMYK
RGB Variations
Color information
#71683F (or 0x71683F) is known color: Yellow Metal. HEX triplet: 71, 68 and 3F. RGB value is (113,104,63). Sum of RGB (Red+Green+Blue) = 113+104+63=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #71683F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71683F is #8E97C0. Grayscale: #666666. Windows color (decimal): -9344961 or 4155505. OLE color: 4155505.
HSL color Cylindrical-coordinate representation of color #71683F: hue angle of 49.2º 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 #71683F is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 104 | 63 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.56 |
| HSL | 49.2º | 0.28% | 0.35% | - |
| HSV(B) | 49.2º | 0.44% | 0.44% | - |
| XYZ | 12.66 | 13.77 | 6.69 | - |
| YUV | 102.02 | 105.98 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 104 | 63 | 0 | 0.08 | 0.44 | 0.56 | 49.2 | 0.28 | 0.35 |
| Hex | 71 | 68 | 3F | 0 | 8 | 2C | 38 | 31 | 1C | 23 |
| Octal | 161 | 150 | 77 | 0 | 10 | 54 | 70 | 61 | 34 | 43 |
| Binary | 1110001 | 1101000 | 111111 | 0 | 1000 | 101100 | 111000 | 110001 | 11100 | 100011 |
Color Harmonies of #71683F
Complementary color
Monochromatic Colors of #71683F
Black with #71683F
Text Example
Text Example
White with #71683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71683F; }
p { color: rgb(113,104,63); }
H1.HeaderClassName
{
color: #71683F;
}
.AnyTagClassName
{
color: #71683F;
}
</style>
background-color css
<style>
a { background-color: #71683F; }
a { background-color: rgb(113,104,63); }
div.DivClassName
{
background-color: #71683F;
}
.BgClassName
{
background-color: #71683F;
}
</style>
border-color css
<style>
span { border-color: #71683F; }
span { border-color: rgb(113,104,63); }
td.TdClassName
{
border-color: #71683F;
}
.TagClassName
{
border-color: #71683F;
}
</style>