Shades of Yellow Metal #73683C
Tints of Yellow Metal #73683C
RGB
CMYK
RGB Variations
Color information
#73683C (or 0x73683C) is known color: Yellow Metal. HEX triplet: 73, 68 and 3C. RGB value is (115,104,60). Sum of RGB (Red+Green+Blue) = 115+104+60=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 115 - color contains mainly: red. Hex color #73683C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73683C is #8C97C3. Grayscale: #666666. Windows color (decimal): -9213892 or 3958899. OLE color: 3958899.
HSL color Cylindrical-coordinate representation of color #73683C: hue angle of 48º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73683C is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 104 | 60 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.55 |
| HSL | 48º | 0.31% | 0.34% | - |
| HSV(B) | 48º | 0.48% | 0.45% | - |
| XYZ | 12.84 | 13.87 | 6.28 | - |
| YUV | 102.27 | 104.14 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 104 | 60 | 0 | 0.10 | 0.48 | 0.55 | 48 | 0.31 | 0.34 |
| Hex | 73 | 68 | 3C | 0 | A | 30 | 37 | 30 | 1F | 22 |
| Octal | 163 | 150 | 74 | 0 | 12 | 60 | 67 | 60 | 37 | 42 |
| Binary | 1110011 | 1101000 | 111100 | 0 | 1010 | 110000 | 110111 | 110000 | 11111 | 100010 |
Color Harmonies of #73683C
Complementary color
Monochromatic Colors of #73683C
Black with #73683C
Text Example
Text Example
White with #73683C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73683C; }
p { color: rgb(115,104,60); }
H1.HeaderClassName
{
color: #73683C;
}
.AnyTagClassName
{
color: #73683C;
}
</style>
background-color css
<style>
a { background-color: #73683C; }
a { background-color: rgb(115,104,60); }
div.DivClassName
{
background-color: #73683C;
}
.BgClassName
{
background-color: #73683C;
}
</style>
border-color css
<style>
span { border-color: #73683C; }
span { border-color: rgb(115,104,60); }
td.TdClassName
{
border-color: #73683C;
}
.TagClassName
{
border-color: #73683C;
}
</style>