Shades of Yellow Metal #655B3C
Tints of Yellow Metal #655B3C
RGB
CMYK
RGB Variations
Color information
#655B3C (or 0x655B3C) is known color: Yellow Metal. HEX triplet: 65, 5B and 3C. RGB value is (101,91,60). Sum of RGB (Red+Green+Blue) = 101+91+60=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 101 - color contains mainly: red. Hex color #655B3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655B3C is #9AA4C3. Grayscale: #5A5A5A. Windows color (decimal): -10134724 or 3955557. OLE color: 3955557.
HSL color Cylindrical-coordinate representation of color #655B3C: hue angle of 45.37º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #655B3C is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 91 | 60 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.60 |
| HSL | 45.37º | 0.25% | 0.32% | - |
| HSV(B) | 45.37º | 0.41% | 0.4% | - |
| XYZ | 9.92 | 10.58 | 5.79 | - |
| YUV | 90.46 | 110.81 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 91 | 60 | 0 | 0.10 | 0.41 | 0.60 | 45.37 | 0.25 | 0.32 |
| Hex | 65 | 5B | 3C | 0 | A | 29 | 3C | 2D | 19 | 20 |
| Octal | 145 | 133 | 74 | 0 | 12 | 51 | 74 | 55 | 31 | 40 |
| Binary | 1100101 | 1011011 | 111100 | 0 | 1010 | 101001 | 111100 | 101101 | 11001 | 100000 |
Color Harmonies of #655B3C
Complementary color
Monochromatic Colors of #655B3C
Black with #655B3C
Text Example
Text Example
White with #655B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655B3C; }
p { color: rgb(101,91,60); }
H1.HeaderClassName
{
color: #655B3C;
}
.AnyTagClassName
{
color: #655B3C;
}
</style>
background-color css
<style>
a { background-color: #655B3C; }
a { background-color: rgb(101,91,60); }
div.DivClassName
{
background-color: #655B3C;
}
.BgClassName
{
background-color: #655B3C;
}
</style>
border-color css
<style>
span { border-color: #655B3C; }
span { border-color: rgb(101,91,60); }
td.TdClassName
{
border-color: #655B3C;
}
.TagClassName
{
border-color: #655B3C;
}
</style>