Shades of Yellow Metal #756D3C
Tints of Yellow Metal #756D3C
RGB
CMYK
RGB Variations
Color information
#756D3C (or 0x756D3C) is known color: Yellow Metal. HEX triplet: 75, 6D and 3C. RGB value is (117,109,60). Sum of RGB (Red+Green+Blue) = 117+109+60=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #756D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756D3C is #8A92C3. Grayscale: #6A6A6A. Windows color (decimal): -9081540 or 3960181. OLE color: 3960181.
HSL color Cylindrical-coordinate representation of color #756D3C: hue angle of 51.58º 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 #756D3C is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 109 | 60 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.54 |
| HSL | 51.58º | 0.32% | 0.35% | - |
| HSV(B) | 51.58º | 0.49% | 0.46% | - |
| XYZ | 13.62 | 15.05 | 6.46 | - |
| YUV | 105.81 | 102.15 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 60 | 0 | 0.07 | 0.49 | 0.54 | 51.58 | 0.32 | 0.35 |
| Hex | 75 | 6D | 3C | 0 | 7 | 31 | 36 | 34 | 20 | 23 |
| Octal | 165 | 155 | 74 | 0 | 7 | 61 | 66 | 64 | 40 | 43 |
| Binary | 1110101 | 1101101 | 111100 | 0 | 111 | 110001 | 110110 | 110100 | 100000 | 100011 |
Color Harmonies of #756D3C
Complementary color
Monochromatic Colors of #756D3C
Black with #756D3C
Text Example
Text Example
White with #756D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D3C; }
p { color: rgb(117,109,60); }
H1.HeaderClassName
{
color: #756D3C;
}
.AnyTagClassName
{
color: #756D3C;
}
</style>
background-color css
<style>
a { background-color: #756D3C; }
a { background-color: rgb(117,109,60); }
div.DivClassName
{
background-color: #756D3C;
}
.BgClassName
{
background-color: #756D3C;
}
</style>
border-color css
<style>
span { border-color: #756D3C; }
span { border-color: rgb(117,109,60); }
td.TdClassName
{
border-color: #756D3C;
}
.TagClassName
{
border-color: #756D3C;
}
</style>