Shades of Yellow Metal #73663A
Tints of Yellow Metal #73663A
RGB
CMYK
RGB Variations
Color information
#73663A (or 0x73663A) is known color: Yellow Metal. HEX triplet: 73, 66 and 3A. RGB value is (115,102,58). Sum of RGB (Red+Green+Blue) = 115+102+58=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 115 - color contains mainly: red. Hex color #73663A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73663A is #8C99C5. Grayscale: #656565. Windows color (decimal): -9214406 or 3827315. OLE color: 3827315.
HSL color Cylindrical-coordinate representation of color #73663A: hue angle of 46.32º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73663A is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 102 | 58 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.55 |
| HSL | 46.32º | 0.33% | 0.34% | - |
| HSV(B) | 46.32º | 0.5% | 0.45% | - |
| XYZ | 12.59 | 13.45 | 5.94 | - |
| YUV | 100.87 | 103.81 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 102 | 58 | 0 | 0.11 | 0.50 | 0.55 | 46.32 | 0.33 | 0.34 |
| Hex | 73 | 66 | 3A | 0 | B | 32 | 37 | 2E | 21 | 22 |
| Octal | 163 | 146 | 72 | 0 | 13 | 62 | 67 | 56 | 41 | 42 |
| Binary | 1110011 | 1100110 | 111010 | 0 | 1011 | 110010 | 110111 | 101110 | 100001 | 100010 |
Color Harmonies of #73663A
Complementary color
Monochromatic Colors of #73663A
Black with #73663A
Text Example
Text Example
White with #73663A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73663A; }
p { color: rgb(115,102,58); }
H1.HeaderClassName
{
color: #73663A;
}
.AnyTagClassName
{
color: #73663A;
}
</style>
background-color css
<style>
a { background-color: #73663A; }
a { background-color: rgb(115,102,58); }
div.DivClassName
{
background-color: #73663A;
}
.BgClassName
{
background-color: #73663A;
}
</style>
border-color css
<style>
span { border-color: #73663A; }
span { border-color: rgb(115,102,58); }
td.TdClassName
{
border-color: #73663A;
}
.TagClassName
{
border-color: #73663A;
}
</style>