Shades of Yellow Metal #705E36
Tints of Yellow Metal #705E36
RGB
CMYK
RGB Variations
Color information
#705E36 (or 0x705E36) is known color: Yellow Metal. HEX triplet: 70, 5E and 36. RGB value is (112,94,54). Sum of RGB (Red+Green+Blue) = 112+94+54=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 54 (21.48% from 255 or 20.77% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #705E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705E36 is #8FA1C9. Grayscale: #5F5F5F. Windows color (decimal): -9413066 or 3563120. OLE color: 3563120.
HSL color Cylindrical-coordinate representation of color #705E36: hue angle of 41.38º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #705E36 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 94 | 54 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.56 |
| HSL | 41.38º | 0.35% | 0.33% | - |
| HSV(B) | 41.38º | 0.52% | 0.44% | - |
| XYZ | 11.35 | 11.72 | 5.15 | - |
| YUV | 94.82 | 104.96 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 94 | 54 | 0 | 0.16 | 0.52 | 0.56 | 41.38 | 0.35 | 0.33 |
| Hex | 70 | 5E | 36 | 0 | 10 | 34 | 38 | 29 | 23 | 21 |
| Octal | 160 | 136 | 66 | 0 | 20 | 64 | 70 | 51 | 43 | 41 |
| Binary | 1110000 | 1011110 | 110110 | 0 | 10000 | 110100 | 111000 | 101001 | 100011 | 100001 |
Color Harmonies of #705E36
Complementary color
Monochromatic Colors of #705E36
Black with #705E36
Text Example
Text Example
White with #705E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705E36; }
p { color: rgb(112,94,54); }
H1.HeaderClassName
{
color: #705E36;
}
.AnyTagClassName
{
color: #705E36;
}
</style>
background-color css
<style>
a { background-color: #705E36; }
a { background-color: rgb(112,94,54); }
div.DivClassName
{
background-color: #705E36;
}
.BgClassName
{
background-color: #705E36;
}
</style>
border-color css
<style>
span { border-color: #705E36; }
span { border-color: rgb(112,94,54); }
td.TdClassName
{
border-color: #705E36;
}
.TagClassName
{
border-color: #705E36;
}
</style>