Shades of Yellow Metal #6F613A
Tints of Yellow Metal #6F613A
RGB
CMYK
RGB Variations
Color information
#6F613A (or 0x6F613A) is known color: Yellow Metal. HEX triplet: 6F, 61 and 3A. RGB value is (111,97,58). Sum of RGB (Red+Green+Blue) = 111+97+58=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 111 - color contains mainly: red. Hex color #6F613A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F613A is #909EC5. Grayscale: #606060. Windows color (decimal): -9477830 or 3826031. OLE color: 3826031.
HSL color Cylindrical-coordinate representation of color #6F613A: hue angle of 44.15º 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 #6F613A is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 97 | 58 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.56 |
| HSL | 44.15º | 0.31% | 0.33% | - |
| HSV(B) | 44.15º | 0.48% | 0.44% | - |
| XYZ | 11.59 | 12.23 | 5.75 | - |
| YUV | 96.74 | 106.14 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 97 | 58 | 0 | 0.13 | 0.48 | 0.56 | 44.15 | 0.31 | 0.33 |
| Hex | 6F | 61 | 3A | 0 | D | 30 | 38 | 2C | 1F | 21 |
| Octal | 157 | 141 | 72 | 0 | 15 | 60 | 70 | 54 | 37 | 41 |
| Binary | 1101111 | 1100001 | 111010 | 0 | 1101 | 110000 | 111000 | 101100 | 11111 | 100001 |
Color Harmonies of #6F613A
Complementary color
Monochromatic Colors of #6F613A
Black with #6F613A
Text Example
Text Example
White with #6F613A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F613A; }
p { color: rgb(111,97,58); }
H1.HeaderClassName
{
color: #6F613A;
}
.AnyTagClassName
{
color: #6F613A;
}
</style>
background-color css
<style>
a { background-color: #6F613A; }
a { background-color: rgb(111,97,58); }
div.DivClassName
{
background-color: #6F613A;
}
.BgClassName
{
background-color: #6F613A;
}
</style>
border-color css
<style>
span { border-color: #6F613A; }
span { border-color: rgb(111,97,58); }
td.TdClassName
{
border-color: #6F613A;
}
.TagClassName
{
border-color: #6F613A;
}
</style>