Shades of Yellow Metal #806B38
Tints of Yellow Metal #806B38
RGB
CMYK
RGB Variations
Color information
#806B38 (or 0x806B38) is known color: Yellow Metal. HEX triplet: 80, 6B and 38. RGB value is (128,107,56). Sum of RGB (Red+Green+Blue) = 128+107+56=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 128 - color contains mainly: red. Hex color #806B38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806B38 is #7F94C7. Grayscale: #6B6B6B. Windows color (decimal): -8361160 or 3697536. OLE color: 3697536.
HSL color Cylindrical-coordinate representation of color #806B38: hue angle of 42.5º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #806B38 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 107 | 56 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.50 |
| HSL | 42.5º | 0.39% | 0.36% | - |
| HSV(B) | 42.5º | 0.56% | 0.5% | - |
| XYZ | 14.87 | 15.39 | 5.93 | - |
| YUV | 107.47 | 98.96 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 107 | 56 | 0 | 0.16 | 0.56 | 0.50 | 42.5 | 0.39 | 0.36 |
| Hex | 80 | 6B | 38 | 0 | 10 | 38 | 32 | 2A | 27 | 24 |
| Octal | 200 | 153 | 70 | 0 | 20 | 70 | 62 | 52 | 47 | 44 |
| Binary | 10000000 | 1101011 | 111000 | 0 | 10000 | 111000 | 110010 | 101010 | 100111 | 100100 |
Color Harmonies of #806B38
Complementary color
Monochromatic Colors of #806B38
Black with #806B38
Text Example
Text Example
White with #806B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806B38; }
p { color: rgb(128,107,56); }
H1.HeaderClassName
{
color: #806B38;
}
.AnyTagClassName
{
color: #806B38;
}
</style>
background-color css
<style>
a { background-color: #806B38; }
a { background-color: rgb(128,107,56); }
div.DivClassName
{
background-color: #806B38;
}
.BgClassName
{
background-color: #806B38;
}
</style>
border-color css
<style>
span { border-color: #806B38; }
span { border-color: rgb(128,107,56); }
td.TdClassName
{
border-color: #806B38;
}
.TagClassName
{
border-color: #806B38;
}
</style>