Shades of Yellow Metal #655B3D
Tints of Yellow Metal #655B3D
RGB
CMYK
RGB Variations
Color information
#655B3D (or 0x655B3D) is known color: Yellow Metal. HEX triplet: 65, 5B and 3D. RGB value is (101,91,61). Sum of RGB (Red+Green+Blue) = 101+91+61=253 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.92% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 101 - color contains mainly: red. Hex color #655B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655B3D is #9AA4C2. Grayscale: #5A5A5A. Windows color (decimal): -10134723 or 4021093. OLE color: 4021093.
HSL color Cylindrical-coordinate representation of color #655B3D: hue angle of 45º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #655B3D is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 91 | 61 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.60 |
| HSL | 45º | 0.25% | 0.32% | - |
| HSV(B) | 45º | 0.4% | 0.4% | - |
| XYZ | 9.95 | 10.59 | 5.93 | - |
| YUV | 90.57 | 111.31 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 91 | 61 | 0 | 0.10 | 0.40 | 0.60 | 45 | 0.25 | 0.32 |
| Hex | 65 | 5B | 3D | 0 | A | 28 | 3C | 2D | 19 | 20 |
| Octal | 145 | 133 | 75 | 0 | 12 | 50 | 74 | 55 | 31 | 40 |
| Binary | 1100101 | 1011011 | 111101 | 0 | 1010 | 101000 | 111100 | 101101 | 11001 | 100000 |
Color Harmonies of #655B3D
Complementary color
Monochromatic Colors of #655B3D
Black with #655B3D
Text Example
Text Example
White with #655B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655B3D; }
p { color: rgb(101,91,61); }
H1.HeaderClassName
{
color: #655B3D;
}
.AnyTagClassName
{
color: #655B3D;
}
</style>
background-color css
<style>
a { background-color: #655B3D; }
a { background-color: rgb(101,91,61); }
div.DivClassName
{
background-color: #655B3D;
}
.BgClassName
{
background-color: #655B3D;
}
</style>
border-color css
<style>
span { border-color: #655B3D; }
span { border-color: rgb(101,91,61); }
td.TdClassName
{
border-color: #655B3D;
}
.TagClassName
{
border-color: #655B3D;
}
</style>