Shades of Yellow Metal #6B5E3E
Tints of Yellow Metal #6B5E3E
RGB
CMYK
RGB Variations
Color information
#6B5E3E (or 0x6B5E3E) is known color: Yellow Metal. HEX triplet: 6B, 5E and 3E. RGB value is (107,94,62). Sum of RGB (Red+Green+Blue) = 107+94+62=263 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.68% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5E3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5E3E is #94A1C1. Grayscale: #5E5E5E. Windows color (decimal): -9740738 or 4087403. OLE color: 4087403.
HSL color Cylindrical-coordinate representation of color #6B5E3E: hue angle of 42.67º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B5E3E is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 94 | 62 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.58 |
| HSL | 42.67º | 0.27% | 0.33% | - |
| HSV(B) | 42.67º | 0.42% | 0.42% | - |
| XYZ | 10.94 | 11.48 | 6.2 | - |
| YUV | 94.24 | 109.81 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 94 | 62 | 0 | 0.12 | 0.42 | 0.58 | 42.67 | 0.27 | 0.33 |
| Hex | 6B | 5E | 3E | 0 | C | 2A | 3A | 2B | 1B | 21 |
| Octal | 153 | 136 | 76 | 0 | 14 | 52 | 72 | 53 | 33 | 41 |
| Binary | 1101011 | 1011110 | 111110 | 0 | 1100 | 101010 | 111010 | 101011 | 11011 | 100001 |
Color Harmonies of #6B5E3E
Complementary color
Monochromatic Colors of #6B5E3E
Black with #6B5E3E
Text Example
Text Example
White with #6B5E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5E3E; }
p { color: rgb(107,94,62); }
H1.HeaderClassName
{
color: #6B5E3E;
}
.AnyTagClassName
{
color: #6B5E3E;
}
</style>
background-color css
<style>
a { background-color: #6B5E3E; }
a { background-color: rgb(107,94,62); }
div.DivClassName
{
background-color: #6B5E3E;
}
.BgClassName
{
background-color: #6B5E3E;
}
</style>
border-color css
<style>
span { border-color: #6B5E3E; }
span { border-color: rgb(107,94,62); }
td.TdClassName
{
border-color: #6B5E3E;
}
.TagClassName
{
border-color: #6B5E3E;
}
</style>