Shades of Yellow Metal #655B40
Tints of Yellow Metal #655B40
RGB
CMYK
RGB Variations
Color information
#655B40 (or 0x655B40) is known color: Yellow Metal. HEX triplet: 65, 5B and 40. RGB value is (101,91,64). Sum of RGB (Red+Green+Blue) = 101+91+64=256 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.45% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 101 - color contains mainly: red. Hex color #655B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655B40 is #9AA4BF. Grayscale: #5B5B5B. Windows color (decimal): -10134720 or 4217701. OLE color: 4217701.
HSL color Cylindrical-coordinate representation of color #655B40: hue angle of 43.78º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #655B40 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 91 | 64 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.60 |
| HSL | 43.78º | 0.22% | 0.32% | - |
| HSV(B) | 43.78º | 0.37% | 0.4% | - |
| XYZ | 10.03 | 10.62 | 6.37 | - |
| YUV | 90.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 91 | 64 | 0 | 0.10 | 0.37 | 0.60 | 43.78 | 0.22 | 0.32 |
| Hex | 65 | 5B | 40 | 0 | A | 25 | 3C | 2C | 16 | 20 |
| Octal | 145 | 133 | 100 | 0 | 12 | 45 | 74 | 54 | 26 | 40 |
| Binary | 1100101 | 1011011 | 1000000 | 0 | 1010 | 100101 | 111100 | 101100 | 10110 | 100000 |
Color Harmonies of #655B40
Complementary color
Monochromatic Colors of #655B40
Black with #655B40
Text Example
Text Example
White with #655B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655B40; }
p { color: rgb(101,91,64); }
H1.HeaderClassName
{
color: #655B40;
}
.AnyTagClassName
{
color: #655B40;
}
</style>
background-color css
<style>
a { background-color: #655B40; }
a { background-color: rgb(101,91,64); }
div.DivClassName
{
background-color: #655B40;
}
.BgClassName
{
background-color: #655B40;
}
</style>
border-color css
<style>
span { border-color: #655B40; }
span { border-color: rgb(101,91,64); }
td.TdClassName
{
border-color: #655B40;
}
.TagClassName
{
border-color: #655B40;
}
</style>