Shades of Yellow Metal #816B3A
Tints of Yellow Metal #816B3A
RGB
CMYK
RGB Variations
Color information
#816B3A (or 0x816B3A) is known color: Yellow Metal. HEX triplet: 81, 6B and 3A. RGB value is (129,107,58). Sum of RGB (Red+Green+Blue) = 129+107+58=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 129 - color contains mainly: red. Hex color #816B3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816B3A is #7E94C5. Grayscale: #6C6C6C. Windows color (decimal): -8295622 or 3828609. OLE color: 3828609.
HSL color Cylindrical-coordinate representation of color #816B3A: hue angle of 41.41º 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 #816B3A is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 107 | 58 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.49 |
| HSL | 41.41º | 0.38% | 0.37% | - |
| HSV(B) | 41.41º | 0.55% | 0.51% | - |
| XYZ | 15.07 | 15.49 | 6.2 | - |
| YUV | 107.99 | 99.79 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 107 | 58 | 0 | 0.17 | 0.55 | 0.49 | 41.41 | 0.38 | 0.37 |
| Hex | 81 | 6B | 3A | 0 | 11 | 37 | 31 | 29 | 26 | 25 |
| Octal | 201 | 153 | 72 | 0 | 21 | 67 | 61 | 51 | 46 | 45 |
| Binary | 10000001 | 1101011 | 111010 | 0 | 10001 | 110111 | 110001 | 101001 | 100110 | 100101 |
Color Harmonies of #816B3A
Complementary color
Monochromatic Colors of #816B3A
Black with #816B3A
Text Example
Text Example
White with #816B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816B3A; }
p { color: rgb(129,107,58); }
H1.HeaderClassName
{
color: #816B3A;
}
.AnyTagClassName
{
color: #816B3A;
}
</style>
background-color css
<style>
a { background-color: #816B3A; }
a { background-color: rgb(129,107,58); }
div.DivClassName
{
background-color: #816B3A;
}
.BgClassName
{
background-color: #816B3A;
}
</style>
border-color css
<style>
span { border-color: #816B3A; }
span { border-color: rgb(129,107,58); }
td.TdClassName
{
border-color: #816B3A;
}
.TagClassName
{
border-color: #816B3A;
}
</style>