Shades of Yellow Metal #80673C
Tints of Yellow Metal #80673C
RGB
CMYK
RGB Variations
Color information
#80673C (or 0x80673C) is known color: Yellow Metal. HEX triplet: 80, 67 and 3C. RGB value is (128,103,60). Sum of RGB (Red+Green+Blue) = 128+103+60=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 128 - color contains mainly: red. Hex color #80673C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80673C is #7F98C3. Grayscale: #696969. Windows color (decimal): -8362180 or 3958656. OLE color: 3958656.
HSL color Cylindrical-coordinate representation of color #80673C: hue angle of 37.94º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80673C is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 103 | 60 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.50 |
| HSL | 37.94º | 0.36% | 0.37% | - |
| HSV(B) | 37.94º | 0.53% | 0.5% | - |
| XYZ | 14.57 | 14.62 | 6.33 | - |
| YUV | 105.57 | 102.28 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 103 | 60 | 0 | 0.20 | 0.53 | 0.50 | 37.94 | 0.36 | 0.37 |
| Hex | 80 | 67 | 3C | 0 | 14 | 35 | 32 | 26 | 24 | 25 |
| Octal | 200 | 147 | 74 | 0 | 24 | 65 | 62 | 46 | 44 | 45 |
| Binary | 10000000 | 1100111 | 111100 | 0 | 10100 | 110101 | 110010 | 100110 | 100100 | 100101 |
Color Harmonies of #80673C
Complementary color
Monochromatic Colors of #80673C
Black with #80673C
Text Example
Text Example
White with #80673C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80673C; }
p { color: rgb(128,103,60); }
H1.HeaderClassName
{
color: #80673C;
}
.AnyTagClassName
{
color: #80673C;
}
</style>
background-color css
<style>
a { background-color: #80673C; }
a { background-color: rgb(128,103,60); }
div.DivClassName
{
background-color: #80673C;
}
.BgClassName
{
background-color: #80673C;
}
</style>
border-color css
<style>
span { border-color: #80673C; }
span { border-color: rgb(128,103,60); }
td.TdClassName
{
border-color: #80673C;
}
.TagClassName
{
border-color: #80673C;
}
</style>