Shades of Yellow Metal #73663E
Tints of Yellow Metal #73663E
RGB
CMYK
RGB Variations
Color information
#73663E (or 0x73663E) is known color: Yellow Metal. HEX triplet: 73, 66 and 3E. RGB value is (115,102,62). Sum of RGB (Red+Green+Blue) = 115+102+62=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 115 - color contains mainly: red. Hex color #73663E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73663E is #8C99C1. Grayscale: #656565. Windows color (decimal): -9214402 or 4089459. OLE color: 4089459.
HSL color Cylindrical-coordinate representation of color #73663E: hue angle of 45.28º 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 #73663E is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 102 | 62 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.55 |
| HSL | 45.28º | 0.3% | 0.35% | - |
| HSV(B) | 45.28º | 0.46% | 0.45% | - |
| XYZ | 12.69 | 13.5 | 6.49 | - |
| YUV | 101.33 | 105.81 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 102 | 62 | 0 | 0.11 | 0.46 | 0.55 | 45.28 | 0.3 | 0.35 |
| Hex | 73 | 66 | 3E | 0 | B | 2E | 37 | 2D | 1E | 23 |
| Octal | 163 | 146 | 76 | 0 | 13 | 56 | 67 | 55 | 36 | 43 |
| Binary | 1110011 | 1100110 | 111110 | 0 | 1011 | 101110 | 110111 | 101101 | 11110 | 100011 |
Color Harmonies of #73663E
Complementary color
Monochromatic Colors of #73663E
Black with #73663E
Text Example
Text Example
White with #73663E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73663E; }
p { color: rgb(115,102,62); }
H1.HeaderClassName
{
color: #73663E;
}
.AnyTagClassName
{
color: #73663E;
}
</style>
background-color css
<style>
a { background-color: #73663E; }
a { background-color: rgb(115,102,62); }
div.DivClassName
{
background-color: #73663E;
}
.BgClassName
{
background-color: #73663E;
}
</style>
border-color css
<style>
span { border-color: #73663E; }
span { border-color: rgb(115,102,62); }
td.TdClassName
{
border-color: #73663E;
}
.TagClassName
{
border-color: #73663E;
}
</style>