Shades of Yellow Metal #705E41
Tints of Yellow Metal #705E41
RGB
CMYK
RGB Variations
Color information
#705E41 (or 0x705E41) is known color: Yellow Metal. HEX triplet: 70, 5E and 41. RGB value is (112,94,65). Sum of RGB (Red+Green+Blue) = 112+94+65=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #705E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705E41 is #8FA1BE. Grayscale: #606060. Windows color (decimal): -9413055 or 4284016. OLE color: 4284016.
HSL color Cylindrical-coordinate representation of color #705E41: hue angle of 37.02º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #705E41 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 94 | 65 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.56 |
| HSL | 37.02º | 0.27% | 0.35% | - |
| HSV(B) | 37.02º | 0.42% | 0.44% | - |
| XYZ | 11.64 | 11.83 | 6.67 | - |
| YUV | 96.08 | 110.46 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 94 | 65 | 0 | 0.16 | 0.42 | 0.56 | 37.02 | 0.27 | 0.35 |
| Hex | 70 | 5E | 41 | 0 | 10 | 2A | 38 | 25 | 1B | 23 |
| Octal | 160 | 136 | 101 | 0 | 20 | 52 | 70 | 45 | 33 | 43 |
| Binary | 1110000 | 1011110 | 1000001 | 0 | 10000 | 101010 | 111000 | 100101 | 11011 | 100011 |
Color Harmonies of #705E41
Complementary color
Monochromatic Colors of #705E41
Black with #705E41
Text Example
Text Example
White with #705E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705E41; }
p { color: rgb(112,94,65); }
H1.HeaderClassName
{
color: #705E41;
}
.AnyTagClassName
{
color: #705E41;
}
</style>
background-color css
<style>
a { background-color: #705E41; }
a { background-color: rgb(112,94,65); }
div.DivClassName
{
background-color: #705E41;
}
.BgClassName
{
background-color: #705E41;
}
</style>
border-color css
<style>
span { border-color: #705E41; }
span { border-color: rgb(112,94,65); }
td.TdClassName
{
border-color: #705E41;
}
.TagClassName
{
border-color: #705E41;
}
</style>