Shades of Yellow Metal #665D42
Tints of Yellow Metal #665D42
RGB
CMYK
RGB Variations
Color information
#665D42 (or 0x665D42) is known color: Yellow Metal. HEX triplet: 66, 5D and 42. RGB value is (102,93,66). Sum of RGB (Red+Green+Blue) = 102+93+66=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 102 - color contains mainly: red. Hex color #665D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665D42 is #99A2BD. Grayscale: #5C5C5C. Windows color (decimal): -10068670 or 4349286. OLE color: 4349286.
HSL color Cylindrical-coordinate representation of color #665D42: hue angle of 45º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #665D42 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 93 | 66 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.6 |
| HSL | 45º | 0.21% | 0.33% | - |
| HSV(B) | 45º | 0.35% | 0.4% | - |
| XYZ | 10.38 | 11.05 | 6.74 | - |
| YUV | 92.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 66 | 0 | 0.09 | 0.35 | 0.6 | 45 | 0.21 | 0.33 |
| Hex | 66 | 5D | 42 | 0 | 9 | 23 | 3C | 2D | 15 | 21 |
| Octal | 146 | 135 | 102 | 0 | 11 | 43 | 74 | 55 | 25 | 41 |
| Binary | 1100110 | 1011101 | 1000010 | 0 | 1001 | 100011 | 111100 | 101101 | 10101 | 100001 |
Color Harmonies of #665D42
Complementary color
Monochromatic Colors of #665D42
Black with #665D42
Text Example
Text Example
White with #665D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665D42; }
p { color: rgb(102,93,66); }
H1.HeaderClassName
{
color: #665D42;
}
.AnyTagClassName
{
color: #665D42;
}
</style>
background-color css
<style>
a { background-color: #665D42; }
a { background-color: rgb(102,93,66); }
div.DivClassName
{
background-color: #665D42;
}
.BgClassName
{
background-color: #665D42;
}
</style>
border-color css
<style>
span { border-color: #665D42; }
span { border-color: rgb(102,93,66); }
td.TdClassName
{
border-color: #665D42;
}
.TagClassName
{
border-color: #665D42;
}
</style>