Shades of Yellow Metal #705F3F
Tints of Yellow Metal #705F3F
RGB
CMYK
RGB Variations
Color information
#705F3F (or 0x705F3F) is known color: Yellow Metal. HEX triplet: 70, 5F and 3F. RGB value is (112,95,63). Sum of RGB (Red+Green+Blue) = 112+95+63=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #705F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705F3F is #8FA0C0. Grayscale: #606060. Windows color (decimal): -9412801 or 4153200. OLE color: 4153200.
HSL color Cylindrical-coordinate representation of color #705F3F: hue angle of 39.18º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #705F3F is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 95 | 63 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.56 |
| HSL | 39.18º | 0.28% | 0.34% | - |
| HSV(B) | 39.18º | 0.44% | 0.44% | - |
| XYZ | 11.67 | 11.99 | 6.4 | - |
| YUV | 96.44 | 109.13 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 63 | 0 | 0.15 | 0.44 | 0.56 | 39.18 | 0.28 | 0.34 |
| Hex | 70 | 5F | 3F | 0 | F | 2C | 38 | 27 | 1C | 22 |
| Octal | 160 | 137 | 77 | 0 | 17 | 54 | 70 | 47 | 34 | 42 |
| Binary | 1110000 | 1011111 | 111111 | 0 | 1111 | 101100 | 111000 | 100111 | 11100 | 100010 |
Color Harmonies of #705F3F
Complementary color
Monochromatic Colors of #705F3F
Black with #705F3F
Text Example
Text Example
White with #705F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F3F; }
p { color: rgb(112,95,63); }
H1.HeaderClassName
{
color: #705F3F;
}
.AnyTagClassName
{
color: #705F3F;
}
</style>
background-color css
<style>
a { background-color: #705F3F; }
a { background-color: rgb(112,95,63); }
div.DivClassName
{
background-color: #705F3F;
}
.BgClassName
{
background-color: #705F3F;
}
</style>
border-color css
<style>
span { border-color: #705F3F; }
span { border-color: rgb(112,95,63); }
td.TdClassName
{
border-color: #705F3F;
}
.TagClassName
{
border-color: #705F3F;
}
</style>