Shades of Yellow Metal #756C3E
Tints of Yellow Metal #756C3E
RGB
CMYK
RGB Variations
Color information
#756C3E (or 0x756C3E) is known color: Yellow Metal. HEX triplet: 75, 6C and 3E. RGB value is (117,108,62). Sum of RGB (Red+Green+Blue) = 117+108+62=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #756C3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756C3E is #8A93C1. Grayscale: #696969. Windows color (decimal): -9081794 or 4090997. OLE color: 4090997.
HSL color Cylindrical-coordinate representation of color #756C3E: hue angle of 50.18º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #756C3E is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 108 | 62 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.54 |
| HSL | 50.18º | 0.31% | 0.35% | - |
| HSV(B) | 50.18º | 0.47% | 0.46% | - |
| XYZ | 13.57 | 14.85 | 6.71 | - |
| YUV | 105.45 | 103.48 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 62 | 0 | 0.08 | 0.47 | 0.54 | 50.18 | 0.31 | 0.35 |
| Hex | 75 | 6C | 3E | 0 | 8 | 2F | 36 | 32 | 1F | 23 |
| Octal | 165 | 154 | 76 | 0 | 10 | 57 | 66 | 62 | 37 | 43 |
| Binary | 1110101 | 1101100 | 111110 | 0 | 1000 | 101111 | 110110 | 110010 | 11111 | 100011 |
Color Harmonies of #756C3E
Complementary color
Monochromatic Colors of #756C3E
Black with #756C3E
Text Example
Text Example
White with #756C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756C3E; }
p { color: rgb(117,108,62); }
H1.HeaderClassName
{
color: #756C3E;
}
.AnyTagClassName
{
color: #756C3E;
}
</style>
background-color css
<style>
a { background-color: #756C3E; }
a { background-color: rgb(117,108,62); }
div.DivClassName
{
background-color: #756C3E;
}
.BgClassName
{
background-color: #756C3E;
}
</style>
border-color css
<style>
span { border-color: #756C3E; }
span { border-color: rgb(117,108,62); }
td.TdClassName
{
border-color: #756C3E;
}
.TagClassName
{
border-color: #756C3E;
}
</style>