Shades of Yellow Metal #6B5E38
Tints of Yellow Metal #6B5E38
RGB
CMYK
RGB Variations
Color information
#6B5E38 (or 0x6B5E38) is known color: Yellow Metal. HEX triplet: 6B, 5E and 38. RGB value is (107,94,56). Sum of RGB (Red+Green+Blue) = 107+94+56=257 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.63% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5E38 is #94A1C7. Grayscale: #5D5D5D. Windows color (decimal): -9740744 or 3694187. OLE color: 3694187.
HSL color Cylindrical-coordinate representation of color #6B5E38: hue angle of 44.71º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B5E38 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 94 | 56 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.58 |
| HSL | 44.71º | 0.31% | 0.32% | - |
| HSV(B) | 44.71º | 0.48% | 0.42% | - |
| XYZ | 10.78 | 11.42 | 5.38 | - |
| YUV | 93.56 | 106.81 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 94 | 56 | 0 | 0.12 | 0.48 | 0.58 | 44.71 | 0.31 | 0.32 |
| Hex | 6B | 5E | 38 | 0 | C | 30 | 3A | 2D | 1F | 20 |
| Octal | 153 | 136 | 70 | 0 | 14 | 60 | 72 | 55 | 37 | 40 |
| Binary | 1101011 | 1011110 | 111000 | 0 | 1100 | 110000 | 111010 | 101101 | 11111 | 100000 |
Color Harmonies of #6B5E38
Complementary color
Monochromatic Colors of #6B5E38
Black with #6B5E38
Text Example
Text Example
White with #6B5E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5E38; }
p { color: rgb(107,94,56); }
H1.HeaderClassName
{
color: #6B5E38;
}
.AnyTagClassName
{
color: #6B5E38;
}
</style>
background-color css
<style>
a { background-color: #6B5E38; }
a { background-color: rgb(107,94,56); }
div.DivClassName
{
background-color: #6B5E38;
}
.BgClassName
{
background-color: #6B5E38;
}
</style>
border-color css
<style>
span { border-color: #6B5E38; }
span { border-color: rgb(107,94,56); }
td.TdClassName
{
border-color: #6B5E38;
}
.TagClassName
{
border-color: #6B5E38;
}
</style>