Shades of Yellow Metal #71633E
Tints of Yellow Metal #71633E
RGB
CMYK
RGB Variations
Color information
#71633E (or 0x71633E) is known color: Yellow Metal. HEX triplet: 71, 63 and 3E. RGB value is (113,99,62). Sum of RGB (Red+Green+Blue) = 113+99+62=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 113 - color contains mainly: red. Hex color #71633E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71633E is #8E9CC1. Grayscale: #636363. Windows color (decimal): -9346242 or 4088689. OLE color: 4088689.
HSL color Cylindrical-coordinate representation of color #71633E: hue angle of 43.53º 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 #71633E is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 99 | 62 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.56 |
| HSL | 43.53º | 0.29% | 0.34% | - |
| HSV(B) | 43.53º | 0.45% | 0.44% | - |
| XYZ | 12.14 | 12.78 | 6.38 | - |
| YUV | 98.97 | 107.14 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 99 | 62 | 0 | 0.12 | 0.45 | 0.56 | 43.53 | 0.29 | 0.34 |
| Hex | 71 | 63 | 3E | 0 | C | 2D | 38 | 2C | 1D | 22 |
| Octal | 161 | 143 | 76 | 0 | 14 | 55 | 70 | 54 | 35 | 42 |
| Binary | 1110001 | 1100011 | 111110 | 0 | 1100 | 101101 | 111000 | 101100 | 11101 | 100010 |
Color Harmonies of #71633E
Complementary color
Monochromatic Colors of #71633E
Black with #71633E
Text Example
Text Example
White with #71633E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71633E; }
p { color: rgb(113,99,62); }
H1.HeaderClassName
{
color: #71633E;
}
.AnyTagClassName
{
color: #71633E;
}
</style>
background-color css
<style>
a { background-color: #71633E; }
a { background-color: rgb(113,99,62); }
div.DivClassName
{
background-color: #71633E;
}
.BgClassName
{
background-color: #71633E;
}
</style>
border-color css
<style>
span { border-color: #71633E; }
span { border-color: rgb(113,99,62); }
td.TdClassName
{
border-color: #71633E;
}
.TagClassName
{
border-color: #71633E;
}
</style>