Shades of Yellow Metal #72643F
Tints of Yellow Metal #72643F
RGB
CMYK
RGB Variations
Color information
#72643F (or 0x72643F) is known color: Yellow Metal. HEX triplet: 72, 64 and 3F. RGB value is (114,100,63). Sum of RGB (Red+Green+Blue) = 114+100+63=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #72643F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72643F is #8D9BC0. Grayscale: #646464. Windows color (decimal): -9280449 or 4154482. OLE color: 4154482.
HSL color Cylindrical-coordinate representation of color #72643F: hue angle of 43.53º 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 #72643F is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 100 | 63 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.55 |
| HSL | 43.53º | 0.29% | 0.35% | - |
| HSV(B) | 43.53º | 0.45% | 0.45% | - |
| XYZ | 12.39 | 13.05 | 6.57 | - |
| YUV | 99.97 | 107.14 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 100 | 63 | 0 | 0.12 | 0.45 | 0.55 | 43.53 | 0.29 | 0.35 |
| Hex | 72 | 64 | 3F | 0 | C | 2D | 37 | 2C | 1D | 23 |
| Octal | 162 | 144 | 77 | 0 | 14 | 55 | 67 | 54 | 35 | 43 |
| Binary | 1110010 | 1100100 | 111111 | 0 | 1100 | 101101 | 110111 | 101100 | 11101 | 100011 |
Color Harmonies of #72643F
Complementary color
Monochromatic Colors of #72643F
Black with #72643F
Text Example
Text Example
White with #72643F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72643F; }
p { color: rgb(114,100,63); }
H1.HeaderClassName
{
color: #72643F;
}
.AnyTagClassName
{
color: #72643F;
}
</style>
background-color css
<style>
a { background-color: #72643F; }
a { background-color: rgb(114,100,63); }
div.DivClassName
{
background-color: #72643F;
}
.BgClassName
{
background-color: #72643F;
}
</style>
border-color css
<style>
span { border-color: #72643F; }
span { border-color: rgb(114,100,63); }
td.TdClassName
{
border-color: #72643F;
}
.TagClassName
{
border-color: #72643F;
}
</style>