Shades of Yellow Metal #726B3E
Tints of Yellow Metal #726B3E
RGB
CMYK
RGB Variations
Color information
#726B3E (or 0x726B3E) is known color: Yellow Metal. HEX triplet: 72, 6B and 3E. RGB value is (114,107,62). Sum of RGB (Red+Green+Blue) = 114+107+62=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 114 - color contains mainly: red. Hex color #726B3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726B3E is #8D94C1. Grayscale: #686868. Windows color (decimal): -9278658 or 4090738. OLE color: 4090738.
HSL color Cylindrical-coordinate representation of color #726B3E: hue angle of 51.92º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #726B3E is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 107 | 62 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.55 |
| HSL | 51.92º | 0.3% | 0.35% | - |
| HSV(B) | 51.92º | 0.46% | 0.45% | - |
| XYZ | 13.07 | 14.44 | 6.66 | - |
| YUV | 103.96 | 104.32 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 62 | 0 | 0.06 | 0.46 | 0.55 | 51.92 | 0.3 | 0.35 |
| Hex | 72 | 6B | 3E | 0 | 6 | 2E | 37 | 34 | 1E | 23 |
| Octal | 162 | 153 | 76 | 0 | 6 | 56 | 67 | 64 | 36 | 43 |
| Binary | 1110010 | 1101011 | 111110 | 0 | 110 | 101110 | 110111 | 110100 | 11110 | 100011 |
Color Harmonies of #726B3E
Complementary color
Monochromatic Colors of #726B3E
Black with #726B3E
Text Example
Text Example
White with #726B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726B3E; }
p { color: rgb(114,107,62); }
H1.HeaderClassName
{
color: #726B3E;
}
.AnyTagClassName
{
color: #726B3E;
}
</style>
background-color css
<style>
a { background-color: #726B3E; }
a { background-color: rgb(114,107,62); }
div.DivClassName
{
background-color: #726B3E;
}
.BgClassName
{
background-color: #726B3E;
}
</style>
border-color css
<style>
span { border-color: #726B3E; }
span { border-color: rgb(114,107,62); }
td.TdClassName
{
border-color: #726B3E;
}
.TagClassName
{
border-color: #726B3E;
}
</style>