Shades of Yellow Metal #66593C
Tints of Yellow Metal #66593C
RGB
CMYK
RGB Variations
Color information
#66593C (or 0x66593C) is known color: Yellow Metal. HEX triplet: 66, 59 and 3C. RGB value is (102,89,60). Sum of RGB (Red+Green+Blue) = 102+89+60=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 102 - color contains mainly: red. Hex color #66593C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66593C is #99A6C3. Grayscale: #595959. Windows color (decimal): -10069700 or 3955046. OLE color: 3955046.
HSL color Cylindrical-coordinate representation of color #66593C: hue angle of 41.43º degrees, saturation: 0.26, 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 #66593C is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 89 | 60 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.6 |
| HSL | 41.43º | 0.26% | 0.32% | - |
| HSV(B) | 41.43º | 0.41% | 0.4% | - |
| XYZ | 9.87 | 10.3 | 5.74 | - |
| YUV | 89.58 | 111.31 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 89 | 60 | 0 | 0.13 | 0.41 | 0.6 | 41.43 | 0.26 | 0.32 |
| Hex | 66 | 59 | 3C | 0 | D | 29 | 3C | 29 | 1A | 20 |
| Octal | 146 | 131 | 74 | 0 | 15 | 51 | 74 | 51 | 32 | 40 |
| Binary | 1100110 | 1011001 | 111100 | 0 | 1101 | 101001 | 111100 | 101001 | 11010 | 100000 |
Color Harmonies of #66593C
Complementary color
Monochromatic Colors of #66593C
Black with #66593C
Text Example
Text Example
White with #66593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66593C; }
p { color: rgb(102,89,60); }
H1.HeaderClassName
{
color: #66593C;
}
.AnyTagClassName
{
color: #66593C;
}
</style>
background-color css
<style>
a { background-color: #66593C; }
a { background-color: rgb(102,89,60); }
div.DivClassName
{
background-color: #66593C;
}
.BgClassName
{
background-color: #66593C;
}
</style>
border-color css
<style>
span { border-color: #66593C; }
span { border-color: rgb(102,89,60); }
td.TdClassName
{
border-color: #66593C;
}
.TagClassName
{
border-color: #66593C;
}
</style>