Shades of Yellow Metal #806C40
Tints of Yellow Metal #806C40
RGB
CMYK
RGB Variations
Color information
#806C40 (or 0x806C40) is known color: Yellow Metal. HEX triplet: 80, 6C and 40. RGB value is (128,108,64). Sum of RGB (Red+Green+Blue) = 128+108+64=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 128 - color contains mainly: red. Hex color #806C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806C40 is #7F93BF. Grayscale: #6D6D6D. Windows color (decimal): -8360896 or 4222080. OLE color: 4222080.
HSL color Cylindrical-coordinate representation of color #806C40: hue angle of 41.25º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #806C40 is Cyan = 0, Magento = 0.16, Yellow = 0.5 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 108 | 64 | - |
| CMYK | 0 | 0.16 | 0.5 | 0.50 |
| HSL | 41.25º | 0.33% | 0.38% | - |
| HSV(B) | 41.25º | 0.5% | 0.5% | - |
| XYZ | 15.19 | 15.68 | 7.08 | - |
| YUV | 108.96 | 102.63 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 108 | 64 | 0 | 0.16 | 0.5 | 0.50 | 41.25 | 0.33 | 0.38 |
| Hex | 80 | 6C | 40 | 0 | 10 | 32 | 32 | 29 | 21 | 26 |
| Octal | 200 | 154 | 100 | 0 | 20 | 62 | 62 | 51 | 41 | 46 |
| Binary | 10000000 | 1101100 | 1000000 | 0 | 10000 | 110010 | 110010 | 101001 | 100001 | 100110 |
Color Harmonies of #806C40
Complementary color
Monochromatic Colors of #806C40
Black with #806C40
Text Example
Text Example
White with #806C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806C40; }
p { color: rgb(128,108,64); }
H1.HeaderClassName
{
color: #806C40;
}
.AnyTagClassName
{
color: #806C40;
}
</style>
background-color css
<style>
a { background-color: #806C40; }
a { background-color: rgb(128,108,64); }
div.DivClassName
{
background-color: #806C40;
}
.BgClassName
{
background-color: #806C40;
}
</style>
border-color css
<style>
span { border-color: #806C40; }
span { border-color: rgb(128,108,64); }
td.TdClassName
{
border-color: #806C40;
}
.TagClassName
{
border-color: #806C40;
}
</style>