Shades of Yellow Metal #6B5D3C
Tints of Yellow Metal #6B5D3C
RGB
CMYK
RGB Variations
Color information
#6B5D3C (or 0x6B5D3C) is known color: Yellow Metal. HEX triplet: 6B, 5D and 3C. RGB value is (107,93,60). Sum of RGB (Red+Green+Blue) = 107+93+60=260 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.15% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5D3C is #94A2C3. Grayscale: #5D5D5D. Windows color (decimal): -9740996 or 3956075. OLE color: 3956075.
HSL color Cylindrical-coordinate representation of color #6B5D3C: hue angle of 42.13º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B5D3C is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 93 | 60 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.58 |
| HSL | 42.13º | 0.28% | 0.33% | - |
| HSV(B) | 42.13º | 0.44% | 0.42% | - |
| XYZ | 10.79 | 11.28 | 5.88 | - |
| YUV | 93.42 | 109.14 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 93 | 60 | 0 | 0.13 | 0.44 | 0.58 | 42.13 | 0.28 | 0.33 |
| Hex | 6B | 5D | 3C | 0 | D | 2C | 3A | 2A | 1C | 21 |
| Octal | 153 | 135 | 74 | 0 | 15 | 54 | 72 | 52 | 34 | 41 |
| Binary | 1101011 | 1011101 | 111100 | 0 | 1101 | 101100 | 111010 | 101010 | 11100 | 100001 |
Color Harmonies of #6B5D3C
Complementary color
Monochromatic Colors of #6B5D3C
Black with #6B5D3C
Text Example
Text Example
White with #6B5D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5D3C; }
p { color: rgb(107,93,60); }
H1.HeaderClassName
{
color: #6B5D3C;
}
.AnyTagClassName
{
color: #6B5D3C;
}
</style>
background-color css
<style>
a { background-color: #6B5D3C; }
a { background-color: rgb(107,93,60); }
div.DivClassName
{
background-color: #6B5D3C;
}
.BgClassName
{
background-color: #6B5D3C;
}
</style>
border-color css
<style>
span { border-color: #6B5D3C; }
span { border-color: rgb(107,93,60); }
td.TdClassName
{
border-color: #6B5D3C;
}
.TagClassName
{
border-color: #6B5D3C;
}
</style>