Shades of Yellow Metal #64593D
Tints of Yellow Metal #64593D
RGB
CMYK
RGB Variations
Color information
#64593D (or 0x64593D) is known color: Yellow Metal. HEX triplet: 64, 59 and 3D. RGB value is (100,89,61). Sum of RGB (Red+Green+Blue) = 100+89+61=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 100 - color contains mainly: red. Hex color #64593D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64593D is #9BA6C2. Grayscale: #595959. Windows color (decimal): -10200771 or 4020580. OLE color: 4020580.
HSL color Cylindrical-coordinate representation of color #64593D: hue angle of 43.08º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64593D is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 89 | 61 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.61 |
| HSL | 43.08º | 0.24% | 0.32% | - |
| HSV(B) | 43.08º | 0.39% | 0.39% | - |
| XYZ | 9.67 | 10.19 | 5.87 | - |
| YUV | 89.1 | 112.14 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 89 | 61 | 0 | 0.11 | 0.39 | 0.61 | 43.08 | 0.24 | 0.32 |
| Hex | 64 | 59 | 3D | 0 | B | 27 | 3D | 2B | 18 | 20 |
| Octal | 144 | 131 | 75 | 0 | 13 | 47 | 75 | 53 | 30 | 40 |
| Binary | 1100100 | 1011001 | 111101 | 0 | 1011 | 100111 | 111101 | 101011 | 11000 | 100000 |
Color Harmonies of #64593D
Complementary color
Monochromatic Colors of #64593D
Black with #64593D
Text Example
Text Example
White with #64593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64593D; }
p { color: rgb(100,89,61); }
H1.HeaderClassName
{
color: #64593D;
}
.AnyTagClassName
{
color: #64593D;
}
</style>
background-color css
<style>
a { background-color: #64593D; }
a { background-color: rgb(100,89,61); }
div.DivClassName
{
background-color: #64593D;
}
.BgClassName
{
background-color: #64593D;
}
</style>
border-color css
<style>
span { border-color: #64593D; }
span { border-color: rgb(100,89,61); }
td.TdClassName
{
border-color: #64593D;
}
.TagClassName
{
border-color: #64593D;
}
</style>