Shades of Yellow Metal #706541
Tints of Yellow Metal #706541
RGB
CMYK
RGB Variations
Color information
#706541 (or 0x706541) is known color: Yellow Metal. HEX triplet: 70, 65 and 41. RGB value is (112,101,65). Sum of RGB (Red+Green+Blue) = 112+101+65=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #706541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706541 is #8F9ABE. Grayscale: #646464. Windows color (decimal): -9411263 or 4285808. OLE color: 4285808.
HSL color Cylindrical-coordinate representation of color #706541: hue angle of 45.96º 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 #706541 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 101 | 65 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.56 |
| HSL | 45.96º | 0.27% | 0.35% | - |
| HSV(B) | 45.96º | 0.42% | 0.44% | - |
| XYZ | 12.29 | 13.13 | 6.89 | - |
| YUV | 100.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 65 | 0 | 0.10 | 0.42 | 0.56 | 45.96 | 0.27 | 0.35 |
| Hex | 70 | 65 | 41 | 0 | A | 2A | 38 | 2E | 1B | 23 |
| Octal | 160 | 145 | 101 | 0 | 12 | 52 | 70 | 56 | 33 | 43 |
| Binary | 1110000 | 1100101 | 1000001 | 0 | 1010 | 101010 | 111000 | 101110 | 11011 | 100011 |
Color Harmonies of #706541
Complementary color
Monochromatic Colors of #706541
Black with #706541
Text Example
Text Example
White with #706541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706541; }
p { color: rgb(112,101,65); }
H1.HeaderClassName
{
color: #706541;
}
.AnyTagClassName
{
color: #706541;
}
</style>
background-color css
<style>
a { background-color: #706541; }
a { background-color: rgb(112,101,65); }
div.DivClassName
{
background-color: #706541;
}
.BgClassName
{
background-color: #706541;
}
</style>
border-color css
<style>
span { border-color: #706541; }
span { border-color: rgb(112,101,65); }
td.TdClassName
{
border-color: #706541;
}
.TagClassName
{
border-color: #706541;
}
</style>