Shades of Yellow Metal #72653E
Tints of Yellow Metal #72653E
RGB
CMYK
RGB Variations
Color information
#72653E (or 0x72653E) is known color: Yellow Metal. HEX triplet: 72, 65 and 3E. RGB value is (114,101,62). Sum of RGB (Red+Green+Blue) = 114+101+62=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #72653E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72653E is #8D9AC1. Grayscale: #646464. Windows color (decimal): -9280194 or 4089202. OLE color: 4089202.
HSL color Cylindrical-coordinate representation of color #72653E: hue angle of 45º 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 #72653E is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 101 | 62 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.55 |
| HSL | 45º | 0.3% | 0.35% | - |
| HSV(B) | 45º | 0.46% | 0.45% | - |
| XYZ | 12.46 | 13.23 | 6.45 | - |
| YUV | 100.44 | 106.31 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 101 | 62 | 0 | 0.11 | 0.46 | 0.55 | 45 | 0.3 | 0.35 |
| Hex | 72 | 65 | 3E | 0 | B | 2E | 37 | 2D | 1E | 23 |
| Octal | 162 | 145 | 76 | 0 | 13 | 56 | 67 | 55 | 36 | 43 |
| Binary | 1110010 | 1100101 | 111110 | 0 | 1011 | 101110 | 110111 | 101101 | 11110 | 100011 |
Color Harmonies of #72653E
Complementary color
Monochromatic Colors of #72653E
Black with #72653E
Text Example
Text Example
White with #72653E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72653E; }
p { color: rgb(114,101,62); }
H1.HeaderClassName
{
color: #72653E;
}
.AnyTagClassName
{
color: #72653E;
}
</style>
background-color css
<style>
a { background-color: #72653E; }
a { background-color: rgb(114,101,62); }
div.DivClassName
{
background-color: #72653E;
}
.BgClassName
{
background-color: #72653E;
}
</style>
border-color css
<style>
span { border-color: #72653E; }
span { border-color: rgb(114,101,62); }
td.TdClassName
{
border-color: #72653E;
}
.TagClassName
{
border-color: #72653E;
}
</style>