Shades of Yellow Metal #73683F
Tints of Yellow Metal #73683F
RGB
CMYK
RGB Variations
Color information
#73683F (or 0x73683F) is known color: Yellow Metal. HEX triplet: 73, 68 and 3F. RGB value is (115,104,63). Sum of RGB (Red+Green+Blue) = 115+104+63=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 115 - color contains mainly: red. Hex color #73683F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73683F is #8C97C0. Grayscale: #666666. Windows color (decimal): -9213889 or 4155507. OLE color: 4155507.
HSL color Cylindrical-coordinate representation of color #73683F: hue angle of 47.31º 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 #73683F is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 104 | 63 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.55 |
| HSL | 47.31º | 0.29% | 0.35% | - |
| HSV(B) | 47.31º | 0.45% | 0.45% | - |
| XYZ | 12.92 | 13.9 | 6.71 | - |
| YUV | 102.62 | 105.64 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 104 | 63 | 0 | 0.10 | 0.45 | 0.55 | 47.31 | 0.29 | 0.35 |
| Hex | 73 | 68 | 3F | 0 | A | 2D | 37 | 2F | 1D | 23 |
| Octal | 163 | 150 | 77 | 0 | 12 | 55 | 67 | 57 | 35 | 43 |
| Binary | 1110011 | 1101000 | 111111 | 0 | 1010 | 101101 | 110111 | 101111 | 11101 | 100011 |
Color Harmonies of #73683F
Complementary color
Monochromatic Colors of #73683F
Black with #73683F
Text Example
Text Example
White with #73683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73683F; }
p { color: rgb(115,104,63); }
H1.HeaderClassName
{
color: #73683F;
}
.AnyTagClassName
{
color: #73683F;
}
</style>
background-color css
<style>
a { background-color: #73683F; }
a { background-color: rgb(115,104,63); }
div.DivClassName
{
background-color: #73683F;
}
.BgClassName
{
background-color: #73683F;
}
</style>
border-color css
<style>
span { border-color: #73683F; }
span { border-color: rgb(115,104,63); }
td.TdClassName
{
border-color: #73683F;
}
.TagClassName
{
border-color: #73683F;
}
</style>