Shades of Yellow Metal #655B3E
Tints of Yellow Metal #655B3E
RGB
CMYK
RGB Variations
Color information
#655B3E (or 0x655B3E) is known color: Yellow Metal. HEX triplet: 65, 5B and 3E. RGB value is (101,91,62). Sum of RGB (Red+Green+Blue) = 101+91+62=254 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.76% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 101 - color contains mainly: red. Hex color #655B3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655B3E is #9AA4C1. Grayscale: #5A5A5A. Windows color (decimal): -10134722 or 4086629. OLE color: 4086629.
HSL color Cylindrical-coordinate representation of color #655B3E: hue angle of 44.62º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #655B3E is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 91 | 62 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.60 |
| HSL | 44.62º | 0.24% | 0.32% | - |
| HSV(B) | 44.62º | 0.39% | 0.4% | - |
| XYZ | 9.98 | 10.6 | 6.08 | - |
| YUV | 90.68 | 111.81 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 91 | 62 | 0 | 0.10 | 0.39 | 0.60 | 44.62 | 0.24 | 0.32 |
| Hex | 65 | 5B | 3E | 0 | A | 27 | 3C | 2D | 18 | 20 |
| Octal | 145 | 133 | 76 | 0 | 12 | 47 | 74 | 55 | 30 | 40 |
| Binary | 1100101 | 1011011 | 111110 | 0 | 1010 | 100111 | 111100 | 101101 | 11000 | 100000 |
Color Harmonies of #655B3E
Complementary color
Monochromatic Colors of #655B3E
Black with #655B3E
Text Example
Text Example
White with #655B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655B3E; }
p { color: rgb(101,91,62); }
H1.HeaderClassName
{
color: #655B3E;
}
.AnyTagClassName
{
color: #655B3E;
}
</style>
background-color css
<style>
a { background-color: #655B3E; }
a { background-color: rgb(101,91,62); }
div.DivClassName
{
background-color: #655B3E;
}
.BgClassName
{
background-color: #655B3E;
}
</style>
border-color css
<style>
span { border-color: #655B3E; }
span { border-color: rgb(101,91,62); }
td.TdClassName
{
border-color: #655B3E;
}
.TagClassName
{
border-color: #655B3E;
}
</style>