Shades of Yellow Metal #6F5D3F
Tints of Yellow Metal #6F5D3F
RGB
CMYK
RGB Variations
Color information
#6F5D3F (or 0x6F5D3F) is known color: Yellow Metal. HEX triplet: 6F, 5D and 3F. RGB value is (111,93,63). Sum of RGB (Red+Green+Blue) = 111+93+63=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5D3F is #90A2C0. Grayscale: #5F5F5F. Windows color (decimal): -9478849 or 4152687. OLE color: 4152687.
HSL color Cylindrical-coordinate representation of color #6F5D3F: hue angle of 37.5º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F5D3F is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 93 | 63 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.56 |
| HSL | 37.5º | 0.28% | 0.34% | - |
| HSV(B) | 37.5º | 0.43% | 0.44% | - |
| XYZ | 11.37 | 11.57 | 6.34 | - |
| YUV | 94.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 93 | 63 | 0 | 0.16 | 0.43 | 0.56 | 37.5 | 0.28 | 0.34 |
| Hex | 6F | 5D | 3F | 0 | 10 | 2B | 38 | 26 | 1C | 22 |
| Octal | 157 | 135 | 77 | 0 | 20 | 53 | 70 | 46 | 34 | 42 |
| Binary | 1101111 | 1011101 | 111111 | 0 | 10000 | 101011 | 111000 | 100110 | 11100 | 100010 |
Color Harmonies of #6F5D3F
Complementary color
Monochromatic Colors of #6F5D3F
Black with #6F5D3F
Text Example
Text Example
White with #6F5D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5D3F; }
p { color: rgb(111,93,63); }
H1.HeaderClassName
{
color: #6F5D3F;
}
.AnyTagClassName
{
color: #6F5D3F;
}
</style>
background-color css
<style>
a { background-color: #6F5D3F; }
a { background-color: rgb(111,93,63); }
div.DivClassName
{
background-color: #6F5D3F;
}
.BgClassName
{
background-color: #6F5D3F;
}
</style>
border-color css
<style>
span { border-color: #6F5D3F; }
span { border-color: rgb(111,93,63); }
td.TdClassName
{
border-color: #6F5D3F;
}
.TagClassName
{
border-color: #6F5D3F;
}
</style>