Shades of Yellow Metal #70673D
Tints of Yellow Metal #70673D
RGB
CMYK
RGB Variations
Color information
#70673D (or 0x70673D) is known color: Yellow Metal. HEX triplet: 70, 67 and 3D. RGB value is (112,103,61). Sum of RGB (Red+Green+Blue) = 112+103+61=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #70673D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70673D is #8F98C2. Grayscale: #656565. Windows color (decimal): -9410755 or 4024176. OLE color: 4024176.
HSL color Cylindrical-coordinate representation of color #70673D: hue angle of 49.41º degrees, saturation: 0.29, 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 #70673D is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 103 | 61 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.56 |
| HSL | 49.41º | 0.29% | 0.34% | - |
| HSV(B) | 49.41º | 0.46% | 0.44% | - |
| XYZ | 12.37 | 13.48 | 6.36 | - |
| YUV | 100.9 | 105.48 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 61 | 0 | 0.08 | 0.46 | 0.56 | 49.41 | 0.29 | 0.34 |
| Hex | 70 | 67 | 3D | 0 | 8 | 2E | 38 | 31 | 1D | 22 |
| Octal | 160 | 147 | 75 | 0 | 10 | 56 | 70 | 61 | 35 | 42 |
| Binary | 1110000 | 1100111 | 111101 | 0 | 1000 | 101110 | 111000 | 110001 | 11101 | 100010 |
Color Harmonies of #70673D
Complementary color
Monochromatic Colors of #70673D
Black with #70673D
Text Example
Text Example
White with #70673D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70673D; }
p { color: rgb(112,103,61); }
H1.HeaderClassName
{
color: #70673D;
}
.AnyTagClassName
{
color: #70673D;
}
</style>
background-color css
<style>
a { background-color: #70673D; }
a { background-color: rgb(112,103,61); }
div.DivClassName
{
background-color: #70673D;
}
.BgClassName
{
background-color: #70673D;
}
</style>
border-color css
<style>
span { border-color: #70673D; }
span { border-color: rgb(112,103,61); }
td.TdClassName
{
border-color: #70673D;
}
.TagClassName
{
border-color: #70673D;
}
</style>