Shades of Yellow Metal #706641
Tints of Yellow Metal #706641
RGB
CMYK
RGB Variations
Color information
#706641 (or 0x706641) is known color: Yellow Metal. HEX triplet: 70, 66 and 41. RGB value is (112,102,65). Sum of RGB (Red+Green+Blue) = 112+102+65=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #706641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706641 is #8F99BE. Grayscale: #646464. Windows color (decimal): -9411007 or 4286064. OLE color: 4286064.
HSL color Cylindrical-coordinate representation of color #706641: hue angle of 47.23º 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 #706641 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 102 | 65 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.56 |
| HSL | 47.23º | 0.27% | 0.35% | - |
| HSV(B) | 47.23º | 0.42% | 0.44% | - |
| XYZ | 12.39 | 13.33 | 6.92 | - |
| YUV | 100.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 102 | 65 | 0 | 0.09 | 0.42 | 0.56 | 47.23 | 0.27 | 0.35 |
| Hex | 70 | 66 | 41 | 0 | 9 | 2A | 38 | 2F | 1B | 23 |
| Octal | 160 | 146 | 101 | 0 | 11 | 52 | 70 | 57 | 33 | 43 |
| Binary | 1110000 | 1100110 | 1000001 | 0 | 1001 | 101010 | 111000 | 101111 | 11011 | 100011 |
Color Harmonies of #706641
Complementary color
Monochromatic Colors of #706641
Black with #706641
Text Example
Text Example
White with #706641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706641; }
p { color: rgb(112,102,65); }
H1.HeaderClassName
{
color: #706641;
}
.AnyTagClassName
{
color: #706641;
}
</style>
background-color css
<style>
a { background-color: #706641; }
a { background-color: rgb(112,102,65); }
div.DivClassName
{
background-color: #706641;
}
.BgClassName
{
background-color: #706641;
}
</style>
border-color css
<style>
span { border-color: #706641; }
span { border-color: rgb(112,102,65); }
td.TdClassName
{
border-color: #706641;
}
.TagClassName
{
border-color: #706641;
}
</style>