Shades of Yellow Metal #72613F
Tints of Yellow Metal #72613F
RGB
CMYK
RGB Variations
Color information
#72613F (or 0x72613F) is known color: Yellow Metal. HEX triplet: 72, 61 and 3F. RGB value is (114,97,63). Sum of RGB (Red+Green+Blue) = 114+97+63=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 114 - color contains mainly: red. Hex color #72613F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72613F is #8D9EC0. Grayscale: #626262. Windows color (decimal): -9281217 or 4153714. OLE color: 4153714.
HSL color Cylindrical-coordinate representation of color #72613F: hue angle of 40º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72613F is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 97 | 63 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.55 |
| HSL | 40º | 0.29% | 0.35% | - |
| HSV(B) | 40º | 0.45% | 0.45% | - |
| XYZ | 12.11 | 12.49 | 6.47 | - |
| YUV | 98.21 | 108.13 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 97 | 63 | 0 | 0.15 | 0.45 | 0.55 | 40 | 0.29 | 0.35 |
| Hex | 72 | 61 | 3F | 0 | F | 2D | 37 | 28 | 1D | 23 |
| Octal | 162 | 141 | 77 | 0 | 17 | 55 | 67 | 50 | 35 | 43 |
| Binary | 1110010 | 1100001 | 111111 | 0 | 1111 | 101101 | 110111 | 101000 | 11101 | 100011 |
Color Harmonies of #72613F
Complementary color
Monochromatic Colors of #72613F
Black with #72613F
Text Example
Text Example
White with #72613F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72613F; }
p { color: rgb(114,97,63); }
H1.HeaderClassName
{
color: #72613F;
}
.AnyTagClassName
{
color: #72613F;
}
</style>
background-color css
<style>
a { background-color: #72613F; }
a { background-color: rgb(114,97,63); }
div.DivClassName
{
background-color: #72613F;
}
.BgClassName
{
background-color: #72613F;
}
</style>
border-color css
<style>
span { border-color: #72613F; }
span { border-color: rgb(114,97,63); }
td.TdClassName
{
border-color: #72613F;
}
.TagClassName
{
border-color: #72613F;
}
</style>