Shades of Yellow Metal #70683D
Tints of Yellow Metal #70683D
RGB
CMYK
RGB Variations
Color information
#70683D (or 0x70683D) is known color: Yellow Metal. HEX triplet: 70, 68 and 3D. RGB value is (112,104,61). Sum of RGB (Red+Green+Blue) = 112+104+61=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #70683D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70683D is #8F97C2. Grayscale: #656565. Windows color (decimal): -9410499 or 4024432. OLE color: 4024432.
HSL color Cylindrical-coordinate representation of color #70683D: hue angle of 50.59º 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 #70683D is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 104 | 61 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.56 |
| HSL | 50.59º | 0.29% | 0.34% | - |
| HSV(B) | 50.59º | 0.46% | 0.44% | - |
| XYZ | 12.47 | 13.68 | 6.4 | - |
| YUV | 101.49 | 105.15 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 104 | 61 | 0 | 0.07 | 0.46 | 0.56 | 50.59 | 0.29 | 0.34 |
| Hex | 70 | 68 | 3D | 0 | 7 | 2E | 38 | 33 | 1D | 22 |
| Octal | 160 | 150 | 75 | 0 | 7 | 56 | 70 | 63 | 35 | 42 |
| Binary | 1110000 | 1101000 | 111101 | 0 | 111 | 101110 | 111000 | 110011 | 11101 | 100010 |
Color Harmonies of #70683D
Complementary color
Monochromatic Colors of #70683D
Black with #70683D
Text Example
Text Example
White with #70683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70683D; }
p { color: rgb(112,104,61); }
H1.HeaderClassName
{
color: #70683D;
}
.AnyTagClassName
{
color: #70683D;
}
</style>
background-color css
<style>
a { background-color: #70683D; }
a { background-color: rgb(112,104,61); }
div.DivClassName
{
background-color: #70683D;
}
.BgClassName
{
background-color: #70683D;
}
</style>
border-color css
<style>
span { border-color: #70683D; }
span { border-color: rgb(112,104,61); }
td.TdClassName
{
border-color: #70683D;
}
.TagClassName
{
border-color: #70683D;
}
</style>