Shades of Yellow Metal #806C39
Tints of Yellow Metal #806C39
RGB
CMYK
RGB Variations
Color information
#806C39 (or 0x806C39) is known color: Yellow Metal. HEX triplet: 80, 6C and 39. RGB value is (128,108,57). Sum of RGB (Red+Green+Blue) = 128+108+57=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 128 - color contains mainly: red. Hex color #806C39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806C39 is #7F93C6. Grayscale: #6C6C6C. Windows color (decimal): -8360903 or 3763328. OLE color: 3763328.
HSL color Cylindrical-coordinate representation of color #806C39: hue angle of 43.1º 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 #806C39 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 108 | 57 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.50 |
| HSL | 43.1º | 0.38% | 0.36% | - |
| HSV(B) | 43.1º | 0.55% | 0.5% | - |
| XYZ | 15 | 15.61 | 6.09 | - |
| YUV | 108.17 | 99.13 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 108 | 57 | 0 | 0.16 | 0.55 | 0.50 | 43.1 | 0.38 | 0.36 |
| Hex | 80 | 6C | 39 | 0 | 10 | 37 | 32 | 2B | 26 | 24 |
| Octal | 200 | 154 | 71 | 0 | 20 | 67 | 62 | 53 | 46 | 44 |
| Binary | 10000000 | 1101100 | 111001 | 0 | 10000 | 110111 | 110010 | 101011 | 100110 | 100100 |
Color Harmonies of #806C39
Complementary color
Monochromatic Colors of #806C39
Black with #806C39
Text Example
Text Example
White with #806C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806C39; }
p { color: rgb(128,108,57); }
H1.HeaderClassName
{
color: #806C39;
}
.AnyTagClassName
{
color: #806C39;
}
</style>
background-color css
<style>
a { background-color: #806C39; }
a { background-color: rgb(128,108,57); }
div.DivClassName
{
background-color: #806C39;
}
.BgClassName
{
background-color: #806C39;
}
</style>
border-color css
<style>
span { border-color: #806C39; }
span { border-color: rgb(128,108,57); }
td.TdClassName
{
border-color: #806C39;
}
.TagClassName
{
border-color: #806C39;
}
</style>