Shades of Yellow Metal #816C40
Tints of Yellow Metal #816C40
RGB
CMYK
RGB Variations
Color information
#816C40 (or 0x816C40) is known color: Yellow Metal. HEX triplet: 81, 6C and 40. RGB value is (129,108,64). Sum of RGB (Red+Green+Blue) = 129+108+64=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 129 - color contains mainly: red. Hex color #816C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816C40 is #7E93BF. Grayscale: #6D6D6D. Windows color (decimal): -8295360 or 4222081. OLE color: 4222081.
HSL color Cylindrical-coordinate representation of color #816C40: hue angle of 40.62º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #816C40 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 108 | 64 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.49 |
| HSL | 40.62º | 0.34% | 0.38% | - |
| HSV(B) | 40.62º | 0.5% | 0.51% | - |
| XYZ | 15.34 | 15.76 | 7.08 | - |
| YUV | 109.26 | 102.46 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 108 | 64 | 0 | 0.16 | 0.50 | 0.49 | 40.62 | 0.34 | 0.38 |
| Hex | 81 | 6C | 40 | 0 | 10 | 32 | 31 | 29 | 22 | 26 |
| Octal | 201 | 154 | 100 | 0 | 20 | 62 | 61 | 51 | 42 | 46 |
| Binary | 10000001 | 1101100 | 1000000 | 0 | 10000 | 110010 | 110001 | 101001 | 100010 | 100110 |
Color Harmonies of #816C40
Complementary color
Monochromatic Colors of #816C40
Black with #816C40
Text Example
Text Example
White with #816C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816C40; }
p { color: rgb(129,108,64); }
H1.HeaderClassName
{
color: #816C40;
}
.AnyTagClassName
{
color: #816C40;
}
</style>
background-color css
<style>
a { background-color: #816C40; }
a { background-color: rgb(129,108,64); }
div.DivClassName
{
background-color: #816C40;
}
.BgClassName
{
background-color: #816C40;
}
</style>
border-color css
<style>
span { border-color: #816C40; }
span { border-color: rgb(129,108,64); }
td.TdClassName
{
border-color: #816C40;
}
.TagClassName
{
border-color: #816C40;
}
</style>