Shades of Yellow Metal #71633F
Tints of Yellow Metal #71633F
RGB
CMYK
RGB Variations
Color information
#71633F (or 0x71633F) is known color: Yellow Metal. HEX triplet: 71, 63 and 3F. RGB value is (113,99,63). Sum of RGB (Red+Green+Blue) = 113+99+63=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 113 - color contains mainly: red. Hex color #71633F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71633F is #8E9CC0. Grayscale: #636363. Windows color (decimal): -9346241 or 4154225. OLE color: 4154225.
HSL color Cylindrical-coordinate representation of color #71633F: hue angle of 43.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 #71633F is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 99 | 63 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.56 |
| HSL | 43.2º | 0.28% | 0.35% | - |
| HSV(B) | 43.2º | 0.44% | 0.44% | - |
| XYZ | 12.17 | 12.79 | 6.53 | - |
| YUV | 99.08 | 107.64 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 99 | 63 | 0 | 0.12 | 0.44 | 0.56 | 43.2 | 0.28 | 0.35 |
| Hex | 71 | 63 | 3F | 0 | C | 2C | 38 | 2B | 1C | 23 |
| Octal | 161 | 143 | 77 | 0 | 14 | 54 | 70 | 53 | 34 | 43 |
| Binary | 1110001 | 1100011 | 111111 | 0 | 1100 | 101100 | 111000 | 101011 | 11100 | 100011 |
Color Harmonies of #71633F
Complementary color
Monochromatic Colors of #71633F
Black with #71633F
Text Example
Text Example
White with #71633F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71633F; }
p { color: rgb(113,99,63); }
H1.HeaderClassName
{
color: #71633F;
}
.AnyTagClassName
{
color: #71633F;
}
</style>
background-color css
<style>
a { background-color: #71633F; }
a { background-color: rgb(113,99,63); }
div.DivClassName
{
background-color: #71633F;
}
.BgClassName
{
background-color: #71633F;
}
</style>
border-color css
<style>
span { border-color: #71633F; }
span { border-color: rgb(113,99,63); }
td.TdClassName
{
border-color: #71633F;
}
.TagClassName
{
border-color: #71633F;
}
</style>