Shades of Yellow Metal #6A5A39
Tints of Yellow Metal #6A5A39
RGB
CMYK
RGB Variations
Color information
#6A5A39 (or 0x6A5A39) is known color: Yellow Metal. HEX triplet: 6A, 5A and 39. RGB value is (106,90,57). Sum of RGB (Red+Green+Blue) = 106+90+57=253 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.90% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 57 (22.66% from 255 or 22.53% from 253); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5A39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5A39 is #95A5C6. Grayscale: #5B5B5B. Windows color (decimal): -9807303 or 3758698. OLE color: 3758698.
HSL color Cylindrical-coordinate representation of color #6A5A39: hue angle of 40.41º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6A5A39 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 90 | 57 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.58 |
| HSL | 40.41º | 0.3% | 0.32% | - |
| HSV(B) | 40.41º | 0.46% | 0.42% | - |
| XYZ | 10.34 | 10.67 | 5.39 | - |
| YUV | 91.02 | 108.8 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 90 | 57 | 0 | 0.15 | 0.46 | 0.58 | 40.41 | 0.3 | 0.32 |
| Hex | 6A | 5A | 39 | 0 | F | 2E | 3A | 28 | 1E | 20 |
| Octal | 152 | 132 | 71 | 0 | 17 | 56 | 72 | 50 | 36 | 40 |
| Binary | 1101010 | 1011010 | 111001 | 0 | 1111 | 101110 | 111010 | 101000 | 11110 | 100000 |
Color Harmonies of #6A5A39
Complementary color
Monochromatic Colors of #6A5A39
Black with #6A5A39
Text Example
Text Example
White with #6A5A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5A39; }
p { color: rgb(106,90,57); }
H1.HeaderClassName
{
color: #6A5A39;
}
.AnyTagClassName
{
color: #6A5A39;
}
</style>
background-color css
<style>
a { background-color: #6A5A39; }
a { background-color: rgb(106,90,57); }
div.DivClassName
{
background-color: #6A5A39;
}
.BgClassName
{
background-color: #6A5A39;
}
</style>
border-color css
<style>
span { border-color: #6A5A39; }
span { border-color: rgb(106,90,57); }
td.TdClassName
{
border-color: #6A5A39;
}
.TagClassName
{
border-color: #6A5A39;
}
</style>