Shades of Yellow Metal #71653A
Tints of Yellow Metal #71653A
RGB
CMYK
RGB Variations
Color information
#71653A (or 0x71653A) is known color: Yellow Metal. HEX triplet: 71, 65 and 3A. RGB value is (113,101,58). Sum of RGB (Red+Green+Blue) = 113+101+58=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 113 - color contains mainly: red. Hex color #71653A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71653A is #8E9AC5. Grayscale: #636363. Windows color (decimal): -9345734 or 3827057. OLE color: 3827057.
HSL color Cylindrical-coordinate representation of color #71653A: hue angle of 46.91º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71653A is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 101 | 58 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.56 |
| HSL | 46.91º | 0.32% | 0.34% | - |
| HSV(B) | 46.91º | 0.49% | 0.44% | - |
| XYZ | 12.23 | 13.12 | 5.89 | - |
| YUV | 99.69 | 104.48 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 101 | 58 | 0 | 0.11 | 0.49 | 0.56 | 46.91 | 0.32 | 0.34 |
| Hex | 71 | 65 | 3A | 0 | B | 31 | 38 | 2F | 20 | 22 |
| Octal | 161 | 145 | 72 | 0 | 13 | 61 | 70 | 57 | 40 | 42 |
| Binary | 1110001 | 1100101 | 111010 | 0 | 1011 | 110001 | 111000 | 101111 | 100000 | 100010 |
Color Harmonies of #71653A
Complementary color
Monochromatic Colors of #71653A
Black with #71653A
Text Example
Text Example
White with #71653A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71653A; }
p { color: rgb(113,101,58); }
H1.HeaderClassName
{
color: #71653A;
}
.AnyTagClassName
{
color: #71653A;
}
</style>
background-color css
<style>
a { background-color: #71653A; }
a { background-color: rgb(113,101,58); }
div.DivClassName
{
background-color: #71653A;
}
.BgClassName
{
background-color: #71653A;
}
</style>
border-color css
<style>
span { border-color: #71653A; }
span { border-color: rgb(113,101,58); }
td.TdClassName
{
border-color: #71653A;
}
.TagClassName
{
border-color: #71653A;
}
</style>