Shades of Yellow Metal #6B5B39
Tints of Yellow Metal #6B5B39
RGB
CMYK
RGB Variations
Color information
#6B5B39 (or 0x6B5B39) is known color: Yellow Metal. HEX triplet: 6B, 5B and 39. RGB value is (107,91,57). Sum of RGB (Red+Green+Blue) = 107+91+57=255 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.96% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 57 (22.66% from 255 or 22.35% from 255); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5B39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5B39 is #94A4C6. Grayscale: #5C5C5C. Windows color (decimal): -9741511 or 3758955. OLE color: 3758955.
HSL color Cylindrical-coordinate representation of color #6B5B39: hue angle of 40.8º 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 #6B5B39 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 91 | 57 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.58 |
| HSL | 40.8º | 0.3% | 0.32% | - |
| HSV(B) | 40.8º | 0.47% | 0.42% | - |
| XYZ | 10.54 | 10.9 | 5.42 | - |
| YUV | 91.91 | 108.3 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 91 | 57 | 0 | 0.15 | 0.47 | 0.58 | 40.8 | 0.3 | 0.32 |
| Hex | 6B | 5B | 39 | 0 | F | 2F | 3A | 29 | 1E | 20 |
| Octal | 153 | 133 | 71 | 0 | 17 | 57 | 72 | 51 | 36 | 40 |
| Binary | 1101011 | 1011011 | 111001 | 0 | 1111 | 101111 | 111010 | 101001 | 11110 | 100000 |
Color Harmonies of #6B5B39
Complementary color
Monochromatic Colors of #6B5B39
Black with #6B5B39
Text Example
Text Example
White with #6B5B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5B39; }
p { color: rgb(107,91,57); }
H1.HeaderClassName
{
color: #6B5B39;
}
.AnyTagClassName
{
color: #6B5B39;
}
</style>
background-color css
<style>
a { background-color: #6B5B39; }
a { background-color: rgb(107,91,57); }
div.DivClassName
{
background-color: #6B5B39;
}
.BgClassName
{
background-color: #6B5B39;
}
</style>
border-color css
<style>
span { border-color: #6B5B39; }
span { border-color: rgb(107,91,57); }
td.TdClassName
{
border-color: #6B5B39;
}
.TagClassName
{
border-color: #6B5B39;
}
</style>