Shades of Yellow Metal #6F5E3C
Tints of Yellow Metal #6F5E3C
RGB
CMYK
RGB Variations
Color information
#6F5E3C (or 0x6F5E3C) is known color: Yellow Metal. HEX triplet: 6F, 5E and 3C. RGB value is (111,94,60). Sum of RGB (Red+Green+Blue) = 111+94+60=265 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.89% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5E3C is #90A1C3. Grayscale: #5F5F5F. Windows color (decimal): -9478596 or 3956335. OLE color: 3956335.
HSL color Cylindrical-coordinate representation of color #6F5E3C: hue angle of 40º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F5E3C is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 94 | 60 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.56 |
| HSL | 40º | 0.3% | 0.34% | - |
| HSV(B) | 40º | 0.46% | 0.44% | - |
| XYZ | 11.37 | 11.71 | 5.94 | - |
| YUV | 95.21 | 108.13 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 94 | 60 | 0 | 0.15 | 0.46 | 0.56 | 40 | 0.3 | 0.34 |
| Hex | 6F | 5E | 3C | 0 | F | 2E | 38 | 28 | 1E | 22 |
| Octal | 157 | 136 | 74 | 0 | 17 | 56 | 70 | 50 | 36 | 42 |
| Binary | 1101111 | 1011110 | 111100 | 0 | 1111 | 101110 | 111000 | 101000 | 11110 | 100010 |
Color Harmonies of #6F5E3C
Complementary color
Monochromatic Colors of #6F5E3C
Black with #6F5E3C
Text Example
Text Example
White with #6F5E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5E3C; }
p { color: rgb(111,94,60); }
H1.HeaderClassName
{
color: #6F5E3C;
}
.AnyTagClassName
{
color: #6F5E3C;
}
</style>
background-color css
<style>
a { background-color: #6F5E3C; }
a { background-color: rgb(111,94,60); }
div.DivClassName
{
background-color: #6F5E3C;
}
.BgClassName
{
background-color: #6F5E3C;
}
</style>
border-color css
<style>
span { border-color: #6F5E3C; }
span { border-color: rgb(111,94,60); }
td.TdClassName
{
border-color: #6F5E3C;
}
.TagClassName
{
border-color: #6F5E3C;
}
</style>