Shades of Yellow Metal #726B3D
Tints of Yellow Metal #726B3D
RGB
CMYK
RGB Variations
Color information
#726B3D (or 0x726B3D) is known color: Yellow Metal. HEX triplet: 72, 6B and 3D. RGB value is (114,107,61). Sum of RGB (Red+Green+Blue) = 114+107+61=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 107 (42.19% from 255 or 37.94% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 114 - color contains mainly: red. Hex color #726B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726B3D is #8D94C2. Grayscale: #686868. Windows color (decimal): -9278659 or 4025202. OLE color: 4025202.
HSL color Cylindrical-coordinate representation of color #726B3D: hue angle of 52.08º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #726B3D is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 107 | 61 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.55 |
| HSL | 52.08º | 0.3% | 0.34% | - |
| HSV(B) | 52.08º | 0.46% | 0.45% | - |
| XYZ | 13.04 | 14.43 | 6.51 | - |
| YUV | 103.85 | 103.82 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 61 | 0 | 0.06 | 0.46 | 0.55 | 52.08 | 0.3 | 0.34 |
| Hex | 72 | 6B | 3D | 0 | 6 | 2E | 37 | 34 | 1E | 22 |
| Octal | 162 | 153 | 75 | 0 | 6 | 56 | 67 | 64 | 36 | 42 |
| Binary | 1110010 | 1101011 | 111101 | 0 | 110 | 101110 | 110111 | 110100 | 11110 | 100010 |
Color Harmonies of #726B3D
Complementary color
Monochromatic Colors of #726B3D
Black with #726B3D
Text Example
Text Example
White with #726B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726B3D; }
p { color: rgb(114,107,61); }
H1.HeaderClassName
{
color: #726B3D;
}
.AnyTagClassName
{
color: #726B3D;
}
</style>
background-color css
<style>
a { background-color: #726B3D; }
a { background-color: rgb(114,107,61); }
div.DivClassName
{
background-color: #726B3D;
}
.BgClassName
{
background-color: #726B3D;
}
</style>
border-color css
<style>
span { border-color: #726B3D; }
span { border-color: rgb(114,107,61); }
td.TdClassName
{
border-color: #726B3D;
}
.TagClassName
{
border-color: #726B3D;
}
</style>