Shades of Yellow Metal #71683C
Tints of Yellow Metal #71683C
RGB
CMYK
RGB Variations
Color information
#71683C (or 0x71683C) is known color: Yellow Metal. HEX triplet: 71, 68 and 3C. RGB value is (113,104,60). Sum of RGB (Red+Green+Blue) = 113+104+60=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 113 - color contains mainly: red. Hex color #71683C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71683C is #8E97C3. Grayscale: #656565. Windows color (decimal): -9344964 or 3958897. OLE color: 3958897.
HSL color Cylindrical-coordinate representation of color #71683C: hue angle of 49.81º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71683C is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 104 | 60 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.56 |
| HSL | 49.81º | 0.31% | 0.34% | - |
| HSV(B) | 49.81º | 0.47% | 0.44% | - |
| XYZ | 12.58 | 13.74 | 6.26 | - |
| YUV | 101.68 | 104.48 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 104 | 60 | 0 | 0.08 | 0.47 | 0.56 | 49.81 | 0.31 | 0.34 |
| Hex | 71 | 68 | 3C | 0 | 8 | 2F | 38 | 32 | 1F | 22 |
| Octal | 161 | 150 | 74 | 0 | 10 | 57 | 70 | 62 | 37 | 42 |
| Binary | 1110001 | 1101000 | 111100 | 0 | 1000 | 101111 | 111000 | 110010 | 11111 | 100010 |
Color Harmonies of #71683C
Complementary color
Monochromatic Colors of #71683C
Black with #71683C
Text Example
Text Example
White with #71683C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71683C; }
p { color: rgb(113,104,60); }
H1.HeaderClassName
{
color: #71683C;
}
.AnyTagClassName
{
color: #71683C;
}
</style>
background-color css
<style>
a { background-color: #71683C; }
a { background-color: rgb(113,104,60); }
div.DivClassName
{
background-color: #71683C;
}
.BgClassName
{
background-color: #71683C;
}
</style>
border-color css
<style>
span { border-color: #71683C; }
span { border-color: rgb(113,104,60); }
td.TdClassName
{
border-color: #71683C;
}
.TagClassName
{
border-color: #71683C;
}
</style>