Shades of Yellow Metal #6F603A
Tints of Yellow Metal #6F603A
RGB
CMYK
RGB Variations
Color information
#6F603A (or 0x6F603A) is known color: Yellow Metal. HEX triplet: 6F, 60 and 3A. RGB value is (111,96,58). Sum of RGB (Red+Green+Blue) = 111+96+58=265 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.89% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 111 - color contains mainly: red. Hex color #6F603A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F603A is #909FC5. Grayscale: #606060. Windows color (decimal): -9478086 or 3825775. OLE color: 3825775.
HSL color Cylindrical-coordinate representation of color #6F603A: hue angle of 43.02º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F603A is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 96 | 58 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.56 |
| HSL | 43.02º | 0.31% | 0.33% | - |
| HSV(B) | 43.02º | 0.48% | 0.44% | - |
| XYZ | 11.5 | 12.05 | 5.72 | - |
| YUV | 96.15 | 106.47 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 96 | 58 | 0 | 0.14 | 0.48 | 0.56 | 43.02 | 0.31 | 0.33 |
| Hex | 6F | 60 | 3A | 0 | E | 30 | 38 | 2B | 1F | 21 |
| Octal | 157 | 140 | 72 | 0 | 16 | 60 | 70 | 53 | 37 | 41 |
| Binary | 1101111 | 1100000 | 111010 | 0 | 1110 | 110000 | 111000 | 101011 | 11111 | 100001 |
Color Harmonies of #6F603A
Complementary color
Monochromatic Colors of #6F603A
Black with #6F603A
Text Example
Text Example
White with #6F603A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F603A; }
p { color: rgb(111,96,58); }
H1.HeaderClassName
{
color: #6F603A;
}
.AnyTagClassName
{
color: #6F603A;
}
</style>
background-color css
<style>
a { background-color: #6F603A; }
a { background-color: rgb(111,96,58); }
div.DivClassName
{
background-color: #6F603A;
}
.BgClassName
{
background-color: #6F603A;
}
</style>
border-color css
<style>
span { border-color: #6F603A; }
span { border-color: rgb(111,96,58); }
td.TdClassName
{
border-color: #6F603A;
}
.TagClassName
{
border-color: #6F603A;
}
</style>