Shades of Yellow Metal #6C5B38
Tints of Yellow Metal #6C5B38
RGB
CMYK
RGB Variations
Color information
#6C5B38 (or 0x6C5B38) is known color: Yellow Metal. HEX triplet: 6C, 5B and 38. RGB value is (108,91,56). Sum of RGB (Red+Green+Blue) = 108+91+56=255 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.35% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5B38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5B38 is #93A4C7. Grayscale: #5C5C5C. Windows color (decimal): -9675976 or 3693420. OLE color: 3693420.
HSL color Cylindrical-coordinate representation of color #6C5B38: hue angle of 40.38º degrees, saturation: 0.32, 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 #6C5B38 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 91 | 56 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.58 |
| HSL | 40.38º | 0.32% | 0.32% | - |
| HSV(B) | 40.38º | 0.48% | 0.42% | - |
| XYZ | 10.64 | 10.96 | 5.3 | - |
| YUV | 92.09 | 107.63 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 91 | 56 | 0 | 0.16 | 0.48 | 0.58 | 40.38 | 0.32 | 0.32 |
| Hex | 6C | 5B | 38 | 0 | 10 | 30 | 3A | 28 | 20 | 20 |
| Octal | 154 | 133 | 70 | 0 | 20 | 60 | 72 | 50 | 40 | 40 |
| Binary | 1101100 | 1011011 | 111000 | 0 | 10000 | 110000 | 111010 | 101000 | 100000 | 100000 |
Color Harmonies of #6C5B38
Complementary color
Monochromatic Colors of #6C5B38
Black with #6C5B38
Text Example
Text Example
White with #6C5B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5B38; }
p { color: rgb(108,91,56); }
H1.HeaderClassName
{
color: #6C5B38;
}
.AnyTagClassName
{
color: #6C5B38;
}
</style>
background-color css
<style>
a { background-color: #6C5B38; }
a { background-color: rgb(108,91,56); }
div.DivClassName
{
background-color: #6C5B38;
}
.BgClassName
{
background-color: #6C5B38;
}
</style>
border-color css
<style>
span { border-color: #6C5B38; }
span { border-color: rgb(108,91,56); }
td.TdClassName
{
border-color: #6C5B38;
}
.TagClassName
{
border-color: #6C5B38;
}
</style>