Shades of Yellow Metal #6A603A
Tints of Yellow Metal #6A603A
RGB
CMYK
RGB Variations
Color information
#6A603A (or 0x6A603A) is known color: Yellow Metal. HEX triplet: 6A, 60 and 3A. RGB value is (106,96,58). Sum of RGB (Red+Green+Blue) = 106+96+58=260 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.77% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 106 - color contains mainly: red. Hex color #6A603A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A603A is #959FC5. Grayscale: #5E5E5E. Windows color (decimal): -9805766 or 3825770. OLE color: 3825770.
HSL color Cylindrical-coordinate representation of color #6A603A: hue angle of 47.5º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6A603A is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 96 | 58 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.58 |
| HSL | 47.5º | 0.29% | 0.32% | - |
| HSV(B) | 47.5º | 0.45% | 0.42% | - |
| XYZ | 10.89 | 11.74 | 5.69 | - |
| YUV | 94.66 | 107.31 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 96 | 58 | 0 | 0.09 | 0.45 | 0.58 | 47.5 | 0.29 | 0.32 |
| Hex | 6A | 60 | 3A | 0 | 9 | 2D | 3A | 30 | 1D | 20 |
| Octal | 152 | 140 | 72 | 0 | 11 | 55 | 72 | 60 | 35 | 40 |
| Binary | 1101010 | 1100000 | 111010 | 0 | 1001 | 101101 | 111010 | 110000 | 11101 | 100000 |
Color Harmonies of #6A603A
Complementary color
Monochromatic Colors of #6A603A
Black with #6A603A
Text Example
Text Example
White with #6A603A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A603A; }
p { color: rgb(106,96,58); }
H1.HeaderClassName
{
color: #6A603A;
}
.AnyTagClassName
{
color: #6A603A;
}
</style>
background-color css
<style>
a { background-color: #6A603A; }
a { background-color: rgb(106,96,58); }
div.DivClassName
{
background-color: #6A603A;
}
.BgClassName
{
background-color: #6A603A;
}
</style>
border-color css
<style>
span { border-color: #6A603A; }
span { border-color: rgb(106,96,58); }
td.TdClassName
{
border-color: #6A603A;
}
.TagClassName
{
border-color: #6A603A;
}
</style>