Shades of Yellow Metal #6F5E3B
Tints of Yellow Metal #6F5E3B
RGB
CMYK
RGB Variations
Color information
#6F5E3B (or 0x6F5E3B) is known color: Yellow Metal. HEX triplet: 6F, 5E and 3B. RGB value is (111,94,59). Sum of RGB (Red+Green+Blue) = 111+94+59=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5E3B is #90A1C4. Grayscale: #5F5F5F. Windows color (decimal): -9478597 or 3890799. OLE color: 3890799.
HSL color Cylindrical-coordinate representation of color #6F5E3B: hue angle of 40.38º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F5E3B is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 94 | 59 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.56 |
| HSL | 40.38º | 0.31% | 0.33% | - |
| HSV(B) | 40.38º | 0.47% | 0.44% | - |
| XYZ | 11.35 | 11.7 | 5.8 | - |
| YUV | 95.09 | 107.63 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 94 | 59 | 0 | 0.15 | 0.47 | 0.56 | 40.38 | 0.31 | 0.33 |
| Hex | 6F | 5E | 3B | 0 | F | 2F | 38 | 28 | 1F | 21 |
| Octal | 157 | 136 | 73 | 0 | 17 | 57 | 70 | 50 | 37 | 41 |
| Binary | 1101111 | 1011110 | 111011 | 0 | 1111 | 101111 | 111000 | 101000 | 11111 | 100001 |
Color Harmonies of #6F5E3B
Complementary color
Monochromatic Colors of #6F5E3B
Black with #6F5E3B
Text Example
Text Example
White with #6F5E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5E3B; }
p { color: rgb(111,94,59); }
H1.HeaderClassName
{
color: #6F5E3B;
}
.AnyTagClassName
{
color: #6F5E3B;
}
</style>
background-color css
<style>
a { background-color: #6F5E3B; }
a { background-color: rgb(111,94,59); }
div.DivClassName
{
background-color: #6F5E3B;
}
.BgClassName
{
background-color: #6F5E3B;
}
</style>
border-color css
<style>
span { border-color: #6F5E3B; }
span { border-color: rgb(111,94,59); }
td.TdClassName
{
border-color: #6F5E3B;
}
.TagClassName
{
border-color: #6F5E3B;
}
</style>