Shades of Yellow Metal #6B5F39
Tints of Yellow Metal #6B5F39
RGB
CMYK
RGB Variations
Color information
#6B5F39 (or 0x6B5F39) is known color: Yellow Metal. HEX triplet: 6B, 5F and 39. RGB value is (107,95,57). Sum of RGB (Red+Green+Blue) = 107+95+57=259 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.31% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 57 (22.66% from 255 or 22.01% from 259); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5F39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5F39 is #94A0C6. Grayscale: #5E5E5E. Windows color (decimal): -9740487 or 3759979. OLE color: 3759979.
HSL color Cylindrical-coordinate representation of color #6B5F39: hue angle of 45.6º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B5F39 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 95 | 57 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.58 |
| HSL | 45.6º | 0.3% | 0.32% | - |
| HSV(B) | 45.6º | 0.47% | 0.42% | - |
| XYZ | 10.89 | 11.61 | 5.54 | - |
| YUV | 94.26 | 106.98 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 95 | 57 | 0 | 0.11 | 0.47 | 0.58 | 45.6 | 0.3 | 0.32 |
| Hex | 6B | 5F | 39 | 0 | B | 2F | 3A | 2E | 1E | 20 |
| Octal | 153 | 137 | 71 | 0 | 13 | 57 | 72 | 56 | 36 | 40 |
| Binary | 1101011 | 1011111 | 111001 | 0 | 1011 | 101111 | 111010 | 101110 | 11110 | 100000 |
Color Harmonies of #6B5F39
Complementary color
Monochromatic Colors of #6B5F39
Black with #6B5F39
Text Example
Text Example
White with #6B5F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5F39; }
p { color: rgb(107,95,57); }
H1.HeaderClassName
{
color: #6B5F39;
}
.AnyTagClassName
{
color: #6B5F39;
}
</style>
background-color css
<style>
a { background-color: #6B5F39; }
a { background-color: rgb(107,95,57); }
div.DivClassName
{
background-color: #6B5F39;
}
.BgClassName
{
background-color: #6B5F39;
}
</style>
border-color css
<style>
span { border-color: #6B5F39; }
span { border-color: rgb(107,95,57); }
td.TdClassName
{
border-color: #6B5F39;
}
.TagClassName
{
border-color: #6B5F39;
}
</style>