Shades of Yellow Metal #705F3C
Tints of Yellow Metal #705F3C
RGB
CMYK
RGB Variations
Color information
#705F3C (or 0x705F3C) is known color: Yellow Metal. HEX triplet: 70, 5F and 3C. RGB value is (112,95,60). Sum of RGB (Red+Green+Blue) = 112+95+60=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 95 (37.5% from 255 or 35.58% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #705F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705F3C is #8FA0C3. Grayscale: #606060. Windows color (decimal): -9412804 or 3956592. OLE color: 3956592.
HSL color Cylindrical-coordinate representation of color #705F3C: hue angle of 40.38º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #705F3C is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 95 | 60 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.56 |
| HSL | 40.38º | 0.3% | 0.34% | - |
| HSV(B) | 40.38º | 0.46% | 0.44% | - |
| XYZ | 11.59 | 11.96 | 5.97 | - |
| YUV | 96.09 | 107.63 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 60 | 0 | 0.15 | 0.46 | 0.56 | 40.38 | 0.3 | 0.34 |
| Hex | 70 | 5F | 3C | 0 | F | 2E | 38 | 28 | 1E | 22 |
| Octal | 160 | 137 | 74 | 0 | 17 | 56 | 70 | 50 | 36 | 42 |
| Binary | 1110000 | 1011111 | 111100 | 0 | 1111 | 101110 | 111000 | 101000 | 11110 | 100010 |
Color Harmonies of #705F3C
Complementary color
Monochromatic Colors of #705F3C
Black with #705F3C
Text Example
Text Example
White with #705F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F3C; }
p { color: rgb(112,95,60); }
H1.HeaderClassName
{
color: #705F3C;
}
.AnyTagClassName
{
color: #705F3C;
}
</style>
background-color css
<style>
a { background-color: #705F3C; }
a { background-color: rgb(112,95,60); }
div.DivClassName
{
background-color: #705F3C;
}
.BgClassName
{
background-color: #705F3C;
}
</style>
border-color css
<style>
span { border-color: #705F3C; }
span { border-color: rgb(112,95,60); }
td.TdClassName
{
border-color: #705F3C;
}
.TagClassName
{
border-color: #705F3C;
}
</style>