Shades of Yellow Metal #6F5D3C
Tints of Yellow Metal #6F5D3C
RGB
CMYK
RGB Variations
Color information
#6F5D3C (or 0x6F5D3C) is known color: Yellow Metal. HEX triplet: 6F, 5D and 3C. RGB value is (111,93,60). Sum of RGB (Red+Green+Blue) = 111+93+60=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5D3C is #90A2C3. Grayscale: #5E5E5E. Windows color (decimal): -9478852 or 3956079. OLE color: 3956079.
HSL color Cylindrical-coordinate representation of color #6F5D3C: hue angle of 38.82º 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 #6F5D3C is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 93 | 60 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.56 |
| HSL | 38.82º | 0.3% | 0.34% | - |
| HSV(B) | 38.82º | 0.46% | 0.44% | - |
| XYZ | 11.29 | 11.53 | 5.91 | - |
| YUV | 94.62 | 108.46 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 93 | 60 | 0 | 0.16 | 0.46 | 0.56 | 38.82 | 0.3 | 0.34 |
| Hex | 6F | 5D | 3C | 0 | 10 | 2E | 38 | 27 | 1E | 22 |
| Octal | 157 | 135 | 74 | 0 | 20 | 56 | 70 | 47 | 36 | 42 |
| Binary | 1101111 | 1011101 | 111100 | 0 | 10000 | 101110 | 111000 | 100111 | 11110 | 100010 |
Color Harmonies of #6F5D3C
Complementary color
Monochromatic Colors of #6F5D3C
Black with #6F5D3C
Text Example
Text Example
White with #6F5D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5D3C; }
p { color: rgb(111,93,60); }
H1.HeaderClassName
{
color: #6F5D3C;
}
.AnyTagClassName
{
color: #6F5D3C;
}
</style>
background-color css
<style>
a { background-color: #6F5D3C; }
a { background-color: rgb(111,93,60); }
div.DivClassName
{
background-color: #6F5D3C;
}
.BgClassName
{
background-color: #6F5D3C;
}
</style>
border-color css
<style>
span { border-color: #6F5D3C; }
span { border-color: rgb(111,93,60); }
td.TdClassName
{
border-color: #6F5D3C;
}
.TagClassName
{
border-color: #6F5D3C;
}
</style>