Shades of Yellow Metal #70673C
Tints of Yellow Metal #70673C
RGB
CMYK
RGB Variations
Color information
#70673C (or 0x70673C) is known color: Yellow Metal. HEX triplet: 70, 67 and 3C. RGB value is (112,103,60). Sum of RGB (Red+Green+Blue) = 112+103+60=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #70673C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70673C is #8F98C3. Grayscale: #646464. Windows color (decimal): -9410756 or 3958640. OLE color: 3958640.
HSL color Cylindrical-coordinate representation of color #70673C: hue angle of 49.62º degrees, saturation: 0.3, 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 #70673C is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 103 | 60 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.56 |
| HSL | 49.62º | 0.3% | 0.34% | - |
| HSV(B) | 49.62º | 0.46% | 0.44% | - |
| XYZ | 12.35 | 13.47 | 6.22 | - |
| YUV | 100.79 | 104.98 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 60 | 0 | 0.08 | 0.46 | 0.56 | 49.62 | 0.3 | 0.34 |
| Hex | 70 | 67 | 3C | 0 | 8 | 2E | 38 | 32 | 1E | 22 |
| Octal | 160 | 147 | 74 | 0 | 10 | 56 | 70 | 62 | 36 | 42 |
| Binary | 1110000 | 1100111 | 111100 | 0 | 1000 | 101110 | 111000 | 110010 | 11110 | 100010 |
Color Harmonies of #70673C
Complementary color
Monochromatic Colors of #70673C
Black with #70673C
Text Example
Text Example
White with #70673C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70673C; }
p { color: rgb(112,103,60); }
H1.HeaderClassName
{
color: #70673C;
}
.AnyTagClassName
{
color: #70673C;
}
</style>
background-color css
<style>
a { background-color: #70673C; }
a { background-color: rgb(112,103,60); }
div.DivClassName
{
background-color: #70673C;
}
.BgClassName
{
background-color: #70673C;
}
</style>
border-color css
<style>
span { border-color: #70673C; }
span { border-color: rgb(112,103,60); }
td.TdClassName
{
border-color: #70673C;
}
.TagClassName
{
border-color: #70673C;
}
</style>