Shades of Yellow Metal #806A3A
Tints of Yellow Metal #806A3A
RGB
CMYK
RGB Variations
Color information
#806A3A (or 0x806A3A) is known color: Yellow Metal. HEX triplet: 80, 6A and 3A. RGB value is (128,106,58). Sum of RGB (Red+Green+Blue) = 128+106+58=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 128 - color contains mainly: red. Hex color #806A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806A3A is #7F95C5. Grayscale: #6B6B6B. Windows color (decimal): -8361414 or 3828352. OLE color: 3828352.
HSL color Cylindrical-coordinate representation of color #806A3A: hue angle of 41.14º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #806A3A is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 106 | 58 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.50 |
| HSL | 41.14º | 0.38% | 0.36% | - |
| HSV(B) | 41.14º | 0.55% | 0.5% | - |
| XYZ | 14.82 | 15.2 | 6.16 | - |
| YUV | 107.11 | 100.29 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 106 | 58 | 0 | 0.17 | 0.55 | 0.50 | 41.14 | 0.38 | 0.36 |
| Hex | 80 | 6A | 3A | 0 | 11 | 37 | 32 | 29 | 26 | 24 |
| Octal | 200 | 152 | 72 | 0 | 21 | 67 | 62 | 51 | 46 | 44 |
| Binary | 10000000 | 1101010 | 111010 | 0 | 10001 | 110111 | 110010 | 101001 | 100110 | 100100 |
Color Harmonies of #806A3A
Complementary color
Monochromatic Colors of #806A3A
Black with #806A3A
Text Example
Text Example
White with #806A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806A3A; }
p { color: rgb(128,106,58); }
H1.HeaderClassName
{
color: #806A3A;
}
.AnyTagClassName
{
color: #806A3A;
}
</style>
background-color css
<style>
a { background-color: #806A3A; }
a { background-color: rgb(128,106,58); }
div.DivClassName
{
background-color: #806A3A;
}
.BgClassName
{
background-color: #806A3A;
}
</style>
border-color css
<style>
span { border-color: #806A3A; }
span { border-color: rgb(128,106,58); }
td.TdClassName
{
border-color: #806A3A;
}
.TagClassName
{
border-color: #806A3A;
}
</style>