Shades of Yellow Metal #7D6335
Tints of Yellow Metal #7D6335
RGB
CMYK
RGB Variations
Color information
#7D6335 (or 0x7D6335) is known color: Yellow Metal. HEX triplet: 7D, 63 and 35. RGB value is (125,99,53). Sum of RGB (Red+Green+Blue) = 125+99+53=277 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.13% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6335 is #829CCA. Grayscale: #656565. Windows color (decimal): -8559819 or 3498877. OLE color: 3498877.
HSL color Cylindrical-coordinate representation of color #7D6335: hue angle of 38.33º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D6335 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 99 | 53 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.51 |
| HSL | 38.33º | 0.4% | 0.35% | - |
| HSV(B) | 38.33º | 0.58% | 0.49% | - |
| XYZ | 13.56 | 13.54 | 5.27 | - |
| YUV | 101.53 | 100.61 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 99 | 53 | 0 | 0.21 | 0.58 | 0.51 | 38.33 | 0.4 | 0.35 |
| Hex | 7D | 63 | 35 | 0 | 15 | 3A | 33 | 26 | 28 | 23 |
| Octal | 175 | 143 | 65 | 0 | 25 | 72 | 63 | 46 | 50 | 43 |
| Binary | 1111101 | 1100011 | 110101 | 0 | 10101 | 111010 | 110011 | 100110 | 101000 | 100011 |
Color Harmonies of #7D6335
Complementary color
Monochromatic Colors of #7D6335
Black with #7D6335
Text Example
Text Example
White with #7D6335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6335; }
p { color: rgb(125,99,53); }
H1.HeaderClassName
{
color: #7D6335;
}
.AnyTagClassName
{
color: #7D6335;
}
</style>
background-color css
<style>
a { background-color: #7D6335; }
a { background-color: rgb(125,99,53); }
div.DivClassName
{
background-color: #7D6335;
}
.BgClassName
{
background-color: #7D6335;
}
</style>
border-color css
<style>
span { border-color: #7D6335; }
span { border-color: rgb(125,99,53); }
td.TdClassName
{
border-color: #7D6335;
}
.TagClassName
{
border-color: #7D6335;
}
</style>