Shades of Yellow Metal #71683E
Tints of Yellow Metal #71683E
RGB
CMYK
RGB Variations
Color information
#71683E (or 0x71683E) is known color: Yellow Metal. HEX triplet: 71, 68 and 3E. RGB value is (113,104,62). Sum of RGB (Red+Green+Blue) = 113+104+62=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 113 - color contains mainly: red. Hex color #71683E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71683E is #8E97C1. Grayscale: #666666. Windows color (decimal): -9344962 or 4089969. OLE color: 4089969.
HSL color Cylindrical-coordinate representation of color #71683E: hue angle of 49.41º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71683E is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 104 | 62 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.56 |
| HSL | 49.41º | 0.29% | 0.34% | - |
| HSV(B) | 49.41º | 0.45% | 0.44% | - |
| XYZ | 12.63 | 13.76 | 6.55 | - |
| YUV | 101.9 | 105.48 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 104 | 62 | 0 | 0.08 | 0.45 | 0.56 | 49.41 | 0.29 | 0.34 |
| Hex | 71 | 68 | 3E | 0 | 8 | 2D | 38 | 31 | 1D | 22 |
| Octal | 161 | 150 | 76 | 0 | 10 | 55 | 70 | 61 | 35 | 42 |
| Binary | 1110001 | 1101000 | 111110 | 0 | 1000 | 101101 | 111000 | 110001 | 11101 | 100010 |
Color Harmonies of #71683E
Complementary color
Monochromatic Colors of #71683E
Black with #71683E
Text Example
Text Example
White with #71683E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71683E; }
p { color: rgb(113,104,62); }
H1.HeaderClassName
{
color: #71683E;
}
.AnyTagClassName
{
color: #71683E;
}
</style>
background-color css
<style>
a { background-color: #71683E; }
a { background-color: rgb(113,104,62); }
div.DivClassName
{
background-color: #71683E;
}
.BgClassName
{
background-color: #71683E;
}
</style>
border-color css
<style>
span { border-color: #71683E; }
span { border-color: rgb(113,104,62); }
td.TdClassName
{
border-color: #71683E;
}
.TagClassName
{
border-color: #71683E;
}
</style>