Shades of Yellow Metal #726644
Tints of Yellow Metal #726644
RGB
CMYK
RGB Variations
Color information
#726644 (or 0x726644) is known color: Yellow Metal. HEX triplet: 72, 66 and 44. RGB value is (114,102,68). Sum of RGB (Red+Green+Blue) = 114+102+68=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 68 (26.95% from 255 or 23.94% from 284); Max value from RGB is 114 - color contains mainly: red. Hex color #726644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726644 is #8D99BB. Grayscale: #656565. Windows color (decimal): -9279932 or 4482674. OLE color: 4482674.
HSL color Cylindrical-coordinate representation of color #726644: hue angle of 44.35º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #726644 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 102 | 68 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.55 |
| HSL | 44.35º | 0.25% | 0.36% | - |
| HSV(B) | 44.35º | 0.4% | 0.45% | - |
| XYZ | 12.73 | 13.5 | 7.4 | - |
| YUV | 101.71 | 108.98 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 102 | 68 | 0 | 0.11 | 0.40 | 0.55 | 44.35 | 0.25 | 0.36 |
| Hex | 72 | 66 | 44 | 0 | B | 28 | 37 | 2C | 19 | 24 |
| Octal | 162 | 146 | 104 | 0 | 13 | 50 | 67 | 54 | 31 | 44 |
| Binary | 1110010 | 1100110 | 1000100 | 0 | 1011 | 101000 | 110111 | 101100 | 11001 | 100100 |
Color Harmonies of #726644
Complementary color
Monochromatic Colors of #726644
Black with #726644
Text Example
Text Example
White with #726644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726644; }
p { color: rgb(114,102,68); }
H1.HeaderClassName
{
color: #726644;
}
.AnyTagClassName
{
color: #726644;
}
</style>
background-color css
<style>
a { background-color: #726644; }
a { background-color: rgb(114,102,68); }
div.DivClassName
{
background-color: #726644;
}
.BgClassName
{
background-color: #726644;
}
</style>
border-color css
<style>
span { border-color: #726644; }
span { border-color: rgb(114,102,68); }
td.TdClassName
{
border-color: #726644;
}
.TagClassName
{
border-color: #726644;
}
</style>