Shades of Yellow Metal #6A603C
Tints of Yellow Metal #6A603C
RGB
CMYK
RGB Variations
Color information
#6A603C (or 0x6A603C) is known color: Yellow Metal. HEX triplet: 6A, 60 and 3C. RGB value is (106,96,60). Sum of RGB (Red+Green+Blue) = 106+96+60=262 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.46% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 106 - color contains mainly: red. Hex color #6A603C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A603C is #959FC3. Grayscale: #5F5F5F. Windows color (decimal): -9805764 or 3956842. OLE color: 3956842.
HSL color Cylindrical-coordinate representation of color #6A603C: hue angle of 46.96º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6A603C is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 96 | 60 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.58 |
| HSL | 46.96º | 0.28% | 0.33% | - |
| HSV(B) | 46.96º | 0.43% | 0.42% | - |
| XYZ | 10.94 | 11.76 | 5.97 | - |
| YUV | 94.89 | 108.31 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 96 | 60 | 0 | 0.09 | 0.43 | 0.58 | 46.96 | 0.28 | 0.33 |
| Hex | 6A | 60 | 3C | 0 | 9 | 2B | 3A | 2F | 1C | 21 |
| Octal | 152 | 140 | 74 | 0 | 11 | 53 | 72 | 57 | 34 | 41 |
| Binary | 1101010 | 1100000 | 111100 | 0 | 1001 | 101011 | 111010 | 101111 | 11100 | 100001 |
Color Harmonies of #6A603C
Complementary color
Monochromatic Colors of #6A603C
Black with #6A603C
Text Example
Text Example
White with #6A603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A603C; }
p { color: rgb(106,96,60); }
H1.HeaderClassName
{
color: #6A603C;
}
.AnyTagClassName
{
color: #6A603C;
}
</style>
background-color css
<style>
a { background-color: #6A603C; }
a { background-color: rgb(106,96,60); }
div.DivClassName
{
background-color: #6A603C;
}
.BgClassName
{
background-color: #6A603C;
}
</style>
border-color css
<style>
span { border-color: #6A603C; }
span { border-color: rgb(106,96,60); }
td.TdClassName
{
border-color: #6A603C;
}
.TagClassName
{
border-color: #6A603C;
}
</style>