Shades of Yellow Metal #75603C
Tints of Yellow Metal #75603C
RGB
CMYK
RGB Variations
Color information
#75603C (or 0x75603C) is known color: Yellow Metal. HEX triplet: 75, 60 and 3C. RGB value is (117,96,60). Sum of RGB (Red+Green+Blue) = 117+96+60=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #75603C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75603C is #8A9FC3. Grayscale: #626262. Windows color (decimal): -9084868 or 3956853. OLE color: 3956853.
HSL color Cylindrical-coordinate representation of color #75603C: hue angle of 37.89º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75603C is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 96 | 60 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.54 |
| HSL | 37.89º | 0.32% | 0.35% | - |
| HSV(B) | 37.89º | 0.49% | 0.46% | - |
| XYZ | 12.33 | 12.47 | 6.03 | - |
| YUV | 98.18 | 106.46 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 96 | 60 | 0 | 0.18 | 0.49 | 0.54 | 37.89 | 0.32 | 0.35 |
| Hex | 75 | 60 | 3C | 0 | 12 | 31 | 36 | 26 | 20 | 23 |
| Octal | 165 | 140 | 74 | 0 | 22 | 61 | 66 | 46 | 40 | 43 |
| Binary | 1110101 | 1100000 | 111100 | 0 | 10010 | 110001 | 110110 | 100110 | 100000 | 100011 |
Color Harmonies of #75603C
Complementary color
Monochromatic Colors of #75603C
Black with #75603C
Text Example
Text Example
White with #75603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75603C; }
p { color: rgb(117,96,60); }
H1.HeaderClassName
{
color: #75603C;
}
.AnyTagClassName
{
color: #75603C;
}
</style>
background-color css
<style>
a { background-color: #75603C; }
a { background-color: rgb(117,96,60); }
div.DivClassName
{
background-color: #75603C;
}
.BgClassName
{
background-color: #75603C;
}
</style>
border-color css
<style>
span { border-color: #75603C; }
span { border-color: rgb(117,96,60); }
td.TdClassName
{
border-color: #75603C;
}
.TagClassName
{
border-color: #75603C;
}
</style>