Shades of Yellow Metal #806735
Tints of Yellow Metal #806735
RGB
CMYK
RGB Variations
Color information
#806735 (or 0x806735) is known color: Yellow Metal. HEX triplet: 80, 67 and 35. RGB value is (128,103,53). Sum of RGB (Red+Green+Blue) = 128+103+53=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #806735 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806735 is #7F98CA. Grayscale: #686868. Windows color (decimal): -8362187 or 3499904. OLE color: 3499904.
HSL color Cylindrical-coordinate representation of color #806735: hue angle of 40º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #806735 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 103 | 53 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.50 |
| HSL | 40º | 0.41% | 0.35% | - |
| HSV(B) | 40º | 0.59% | 0.5% | - |
| XYZ | 14.39 | 14.55 | 5.42 | - |
| YUV | 104.78 | 98.78 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 103 | 53 | 0 | 0.20 | 0.59 | 0.50 | 40 | 0.41 | 0.35 |
| Hex | 80 | 67 | 35 | 0 | 14 | 3B | 32 | 28 | 29 | 23 |
| Octal | 200 | 147 | 65 | 0 | 24 | 73 | 62 | 50 | 51 | 43 |
| Binary | 10000000 | 1100111 | 110101 | 0 | 10100 | 111011 | 110010 | 101000 | 101001 | 100011 |
Color Harmonies of #806735
Complementary color
Monochromatic Colors of #806735
Black with #806735
Text Example
Text Example
White with #806735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806735; }
p { color: rgb(128,103,53); }
H1.HeaderClassName
{
color: #806735;
}
.AnyTagClassName
{
color: #806735;
}
</style>
background-color css
<style>
a { background-color: #806735; }
a { background-color: rgb(128,103,53); }
div.DivClassName
{
background-color: #806735;
}
.BgClassName
{
background-color: #806735;
}
</style>
border-color css
<style>
span { border-color: #806735; }
span { border-color: rgb(128,103,53); }
td.TdClassName
{
border-color: #806735;
}
.TagClassName
{
border-color: #806735;
}
</style>