Shades of Yellow Metal #73693B
Tints of Yellow Metal #73693B
RGB
CMYK
RGB Variations
Color information
#73693B (or 0x73693B) is known color: Yellow Metal. HEX triplet: 73, 69 and 3B. RGB value is (115,105,59). Sum of RGB (Red+Green+Blue) = 115+105+59=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 115 - color contains mainly: red. Hex color #73693B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73693B is #8C96C4. Grayscale: #666666. Windows color (decimal): -9213637 or 3893619. OLE color: 3893619.
HSL color Cylindrical-coordinate representation of color #73693B: hue angle of 49.29º 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 #73693B is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 105 | 59 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.55 |
| HSL | 49.29º | 0.32% | 0.34% | - |
| HSV(B) | 49.29º | 0.49% | 0.45% | - |
| XYZ | 12.91 | 14.06 | 6.17 | - |
| YUV | 102.75 | 103.31 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 105 | 59 | 0 | 0.09 | 0.49 | 0.55 | 49.29 | 0.32 | 0.34 |
| Hex | 73 | 69 | 3B | 0 | 9 | 31 | 37 | 31 | 20 | 22 |
| Octal | 163 | 151 | 73 | 0 | 11 | 61 | 67 | 61 | 40 | 42 |
| Binary | 1110011 | 1101001 | 111011 | 0 | 1001 | 110001 | 110111 | 110001 | 100000 | 100010 |
Color Harmonies of #73693B
Complementary color
Monochromatic Colors of #73693B
Black with #73693B
Text Example
Text Example
White with #73693B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73693B; }
p { color: rgb(115,105,59); }
H1.HeaderClassName
{
color: #73693B;
}
.AnyTagClassName
{
color: #73693B;
}
</style>
background-color css
<style>
a { background-color: #73693B; }
a { background-color: rgb(115,105,59); }
div.DivClassName
{
background-color: #73693B;
}
.BgClassName
{
background-color: #73693B;
}
</style>
border-color css
<style>
span { border-color: #73693B; }
span { border-color: rgb(115,105,59); }
td.TdClassName
{
border-color: #73693B;
}
.TagClassName
{
border-color: #73693B;
}
</style>