Shades of Yellow Metal #73683B
Tints of Yellow Metal #73683B
RGB
CMYK
RGB Variations
Color information
#73683B (or 0x73683B) is known color: Yellow Metal. HEX triplet: 73, 68 and 3B. RGB value is (115,104,59). Sum of RGB (Red+Green+Blue) = 115+104+59=278 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.37% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 115 - color contains mainly: red. Hex color #73683B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73683B is #8C97C4. Grayscale: #666666. Windows color (decimal): -9213893 or 3893363. OLE color: 3893363.
HSL color Cylindrical-coordinate representation of color #73683B: hue angle of 48.21º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73683B is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 104 | 59 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.55 |
| HSL | 48.21º | 0.32% | 0.34% | - |
| HSV(B) | 48.21º | 0.49% | 0.45% | - |
| XYZ | 12.81 | 13.86 | 6.14 | - |
| YUV | 102.16 | 103.64 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 104 | 59 | 0 | 0.10 | 0.49 | 0.55 | 48.21 | 0.32 | 0.34 |
| Hex | 73 | 68 | 3B | 0 | A | 31 | 37 | 30 | 20 | 22 |
| Octal | 163 | 150 | 73 | 0 | 12 | 61 | 67 | 60 | 40 | 42 |
| Binary | 1110011 | 1101000 | 111011 | 0 | 1010 | 110001 | 110111 | 110000 | 100000 | 100010 |
Color Harmonies of #73683B
Complementary color
Monochromatic Colors of #73683B
Black with #73683B
Text Example
Text Example
White with #73683B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73683B; }
p { color: rgb(115,104,59); }
H1.HeaderClassName
{
color: #73683B;
}
.AnyTagClassName
{
color: #73683B;
}
</style>
background-color css
<style>
a { background-color: #73683B; }
a { background-color: rgb(115,104,59); }
div.DivClassName
{
background-color: #73683B;
}
.BgClassName
{
background-color: #73683B;
}
</style>
border-color css
<style>
span { border-color: #73683B; }
span { border-color: rgb(115,104,59); }
td.TdClassName
{
border-color: #73683B;
}
.TagClassName
{
border-color: #73683B;
}
</style>