Shades of Yellow Metal #816C3A
Tints of Yellow Metal #816C3A
RGB
CMYK
RGB Variations
Color information
#816C3A (or 0x816C3A) is known color: Yellow Metal. HEX triplet: 81, 6C and 3A. RGB value is (129,108,58). Sum of RGB (Red+Green+Blue) = 129+108+58=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 129 - color contains mainly: red. Hex color #816C3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816C3A is #7E93C5. Grayscale: #6C6C6C. Windows color (decimal): -8295366 or 3828865. OLE color: 3828865.
HSL color Cylindrical-coordinate representation of color #816C3A: hue angle of 42.25º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #816C3A is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 108 | 58 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.49 |
| HSL | 42.25º | 0.38% | 0.37% | - |
| HSV(B) | 42.25º | 0.55% | 0.51% | - |
| XYZ | 15.18 | 15.7 | 6.23 | - |
| YUV | 108.58 | 99.46 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 108 | 58 | 0 | 0.16 | 0.55 | 0.49 | 42.25 | 0.38 | 0.37 |
| Hex | 81 | 6C | 3A | 0 | 10 | 37 | 31 | 2A | 26 | 25 |
| Octal | 201 | 154 | 72 | 0 | 20 | 67 | 61 | 52 | 46 | 45 |
| Binary | 10000001 | 1101100 | 111010 | 0 | 10000 | 110111 | 110001 | 101010 | 100110 | 100101 |
Color Harmonies of #816C3A
Complementary color
Monochromatic Colors of #816C3A
Black with #816C3A
Text Example
Text Example
White with #816C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816C3A; }
p { color: rgb(129,108,58); }
H1.HeaderClassName
{
color: #816C3A;
}
.AnyTagClassName
{
color: #816C3A;
}
</style>
background-color css
<style>
a { background-color: #816C3A; }
a { background-color: rgb(129,108,58); }
div.DivClassName
{
background-color: #816C3A;
}
.BgClassName
{
background-color: #816C3A;
}
</style>
border-color css
<style>
span { border-color: #816C3A; }
span { border-color: rgb(129,108,58); }
td.TdClassName
{
border-color: #816C3A;
}
.TagClassName
{
border-color: #816C3A;
}
</style>