Shades of Yellow Metal #80683D
Tints of Yellow Metal #80683D
RGB
CMYK
RGB Variations
Color information
#80683D (or 0x80683D) is known color: Yellow Metal. HEX triplet: 80, 68 and 3D. RGB value is (128,104,61). Sum of RGB (Red+Green+Blue) = 128+104+61=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 128 - color contains mainly: red. Hex color #80683D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80683D is #7F97C2. Grayscale: #6A6A6A. Windows color (decimal): -8361923 or 4024448. OLE color: 4024448.
HSL color Cylindrical-coordinate representation of color #80683D: hue angle of 38.51º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80683D is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 104 | 61 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.50 |
| HSL | 38.51º | 0.35% | 0.37% | - |
| HSV(B) | 38.51º | 0.52% | 0.5% | - |
| XYZ | 14.69 | 14.83 | 6.5 | - |
| YUV | 106.27 | 102.45 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 104 | 61 | 0 | 0.19 | 0.52 | 0.50 | 38.51 | 0.35 | 0.37 |
| Hex | 80 | 68 | 3D | 0 | 13 | 34 | 32 | 27 | 23 | 25 |
| Octal | 200 | 150 | 75 | 0 | 23 | 64 | 62 | 47 | 43 | 45 |
| Binary | 10000000 | 1101000 | 111101 | 0 | 10011 | 110100 | 110010 | 100111 | 100011 | 100101 |
Color Harmonies of #80683D
Complementary color
Monochromatic Colors of #80683D
Black with #80683D
Text Example
Text Example
White with #80683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80683D; }
p { color: rgb(128,104,61); }
H1.HeaderClassName
{
color: #80683D;
}
.AnyTagClassName
{
color: #80683D;
}
</style>
background-color css
<style>
a { background-color: #80683D; }
a { background-color: rgb(128,104,61); }
div.DivClassName
{
background-color: #80683D;
}
.BgClassName
{
background-color: #80683D;
}
</style>
border-color css
<style>
span { border-color: #80683D; }
span { border-color: rgb(128,104,61); }
td.TdClassName
{
border-color: #80683D;
}
.TagClassName
{
border-color: #80683D;
}
</style>