Shades of Yellow Metal #665B40
Tints of Yellow Metal #665B40
RGB
CMYK
RGB Variations
Color information
#665B40 (or 0x665B40) is known color: Yellow Metal. HEX triplet: 66, 5B and 40. RGB value is (102,91,64). Sum of RGB (Red+Green+Blue) = 102+91+64=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 102 - color contains mainly: red. Hex color #665B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665B40 is #99A4BF. Grayscale: #5B5B5B. Windows color (decimal): -10069184 or 4217702. OLE color: 4217702.
HSL color Cylindrical-coordinate representation of color #665B40: hue angle of 42.63º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #665B40 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 91 | 64 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.6 |
| HSL | 42.63º | 0.23% | 0.33% | - |
| HSV(B) | 42.63º | 0.37% | 0.4% | - |
| XYZ | 10.15 | 10.68 | 6.38 | - |
| YUV | 91.21 | 112.64 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 64 | 0 | 0.11 | 0.37 | 0.6 | 42.63 | 0.23 | 0.33 |
| Hex | 66 | 5B | 40 | 0 | B | 25 | 3C | 2B | 17 | 21 |
| Octal | 146 | 133 | 100 | 0 | 13 | 45 | 74 | 53 | 27 | 41 |
| Binary | 1100110 | 1011011 | 1000000 | 0 | 1011 | 100101 | 111100 | 101011 | 10111 | 100001 |
Color Harmonies of #665B40
Complementary color
Monochromatic Colors of #665B40
Black with #665B40
Text Example
Text Example
White with #665B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B40; }
p { color: rgb(102,91,64); }
H1.HeaderClassName
{
color: #665B40;
}
.AnyTagClassName
{
color: #665B40;
}
</style>
background-color css
<style>
a { background-color: #665B40; }
a { background-color: rgb(102,91,64); }
div.DivClassName
{
background-color: #665B40;
}
.BgClassName
{
background-color: #665B40;
}
</style>
border-color css
<style>
span { border-color: #665B40; }
span { border-color: rgb(102,91,64); }
td.TdClassName
{
border-color: #665B40;
}
.TagClassName
{
border-color: #665B40;
}
</style>