Shades of Yellow Metal #706841
Tints of Yellow Metal #706841
RGB
CMYK
RGB Variations
Color information
#706841 (or 0x706841) is known color: Yellow Metal. HEX triplet: 70, 68 and 41. RGB value is (112,104,65). Sum of RGB (Red+Green+Blue) = 112+104+65=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #706841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706841 is #8F97BE. Grayscale: #666666. Windows color (decimal): -9410495 or 4286576. OLE color: 4286576.
HSL color Cylindrical-coordinate representation of color #706841: hue angle of 49.79º 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 #706841 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 104 | 65 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.56 |
| HSL | 49.79º | 0.27% | 0.35% | - |
| HSV(B) | 49.79º | 0.42% | 0.44% | - |
| XYZ | 12.59 | 13.73 | 6.99 | - |
| YUV | 101.95 | 107.15 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 104 | 65 | 0 | 0.07 | 0.42 | 0.56 | 49.79 | 0.27 | 0.35 |
| Hex | 70 | 68 | 41 | 0 | 7 | 2A | 38 | 32 | 1B | 23 |
| Octal | 160 | 150 | 101 | 0 | 7 | 52 | 70 | 62 | 33 | 43 |
| Binary | 1110000 | 1101000 | 1000001 | 0 | 111 | 101010 | 111000 | 110010 | 11011 | 100011 |
Color Harmonies of #706841
Complementary color
Monochromatic Colors of #706841
Black with #706841
Text Example
Text Example
White with #706841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706841; }
p { color: rgb(112,104,65); }
H1.HeaderClassName
{
color: #706841;
}
.AnyTagClassName
{
color: #706841;
}
</style>
background-color css
<style>
a { background-color: #706841; }
a { background-color: rgb(112,104,65); }
div.DivClassName
{
background-color: #706841;
}
.BgClassName
{
background-color: #706841;
}
</style>
border-color css
<style>
span { border-color: #706841; }
span { border-color: rgb(112,104,65); }
td.TdClassName
{
border-color: #706841;
}
.TagClassName
{
border-color: #706841;
}
</style>