Shades of Yellow Metal #806839
Tints of Yellow Metal #806839
RGB
CMYK
RGB Variations
Color information
#806839 (or 0x806839) is known color: Yellow Metal. HEX triplet: 80, 68 and 39. RGB value is (128,104,57). Sum of RGB (Red+Green+Blue) = 128+104+57=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 57 (22.66% from 255 or 19.72% from 289); Max value from RGB is 128 - color contains mainly: red. Hex color #806839 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806839 is #7F97C6. Grayscale: #6A6A6A. Windows color (decimal): -8361927 or 3762304. OLE color: 3762304.
HSL color Cylindrical-coordinate representation of color #806839: hue angle of 39.72º 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 #806839 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 104 | 57 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.50 |
| HSL | 39.72º | 0.38% | 0.36% | - |
| HSV(B) | 39.72º | 0.55% | 0.5% | - |
| XYZ | 14.59 | 14.79 | 5.96 | - |
| YUV | 105.82 | 100.45 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 104 | 57 | 0 | 0.19 | 0.55 | 0.50 | 39.72 | 0.38 | 0.36 |
| Hex | 80 | 68 | 39 | 0 | 13 | 37 | 32 | 28 | 26 | 24 |
| Octal | 200 | 150 | 71 | 0 | 23 | 67 | 62 | 50 | 46 | 44 |
| Binary | 10000000 | 1101000 | 111001 | 0 | 10011 | 110111 | 110010 | 101000 | 100110 | 100100 |
Color Harmonies of #806839
Complementary color
Monochromatic Colors of #806839
Black with #806839
Text Example
Text Example
White with #806839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806839; }
p { color: rgb(128,104,57); }
H1.HeaderClassName
{
color: #806839;
}
.AnyTagClassName
{
color: #806839;
}
</style>
background-color css
<style>
a { background-color: #806839; }
a { background-color: rgb(128,104,57); }
div.DivClassName
{
background-color: #806839;
}
.BgClassName
{
background-color: #806839;
}
</style>
border-color css
<style>
span { border-color: #806839; }
span { border-color: rgb(128,104,57); }
td.TdClassName
{
border-color: #806839;
}
.TagClassName
{
border-color: #806839;
}
</style>