Shades of Yellow Metal #665B3F
Tints of Yellow Metal #665B3F
RGB
CMYK
RGB Variations
Color information
#665B3F (or 0x665B3F) is known color: Yellow Metal. HEX triplet: 66, 5B and 3F. RGB value is (102,91,63). Sum of RGB (Red+Green+Blue) = 102+91+63=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 102 - color contains mainly: red. Hex color #665B3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665B3F is #99A4C0. Grayscale: #5B5B5B. Windows color (decimal): -10069185 or 4152166. OLE color: 4152166.
HSL color Cylindrical-coordinate representation of color #665B3F: hue angle of 43.08º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #665B3F is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 91 | 63 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.6 |
| HSL | 43.08º | 0.24% | 0.32% | - |
| HSV(B) | 43.08º | 0.38% | 0.4% | - |
| XYZ | 10.12 | 10.67 | 6.23 | - |
| YUV | 91.1 | 112.14 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 63 | 0 | 0.11 | 0.38 | 0.6 | 43.08 | 0.24 | 0.32 |
| Hex | 66 | 5B | 3F | 0 | B | 26 | 3C | 2B | 18 | 20 |
| Octal | 146 | 133 | 77 | 0 | 13 | 46 | 74 | 53 | 30 | 40 |
| Binary | 1100110 | 1011011 | 111111 | 0 | 1011 | 100110 | 111100 | 101011 | 11000 | 100000 |
Color Harmonies of #665B3F
Complementary color
Monochromatic Colors of #665B3F
Black with #665B3F
Text Example
Text Example
White with #665B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B3F; }
p { color: rgb(102,91,63); }
H1.HeaderClassName
{
color: #665B3F;
}
.AnyTagClassName
{
color: #665B3F;
}
</style>
background-color css
<style>
a { background-color: #665B3F; }
a { background-color: rgb(102,91,63); }
div.DivClassName
{
background-color: #665B3F;
}
.BgClassName
{
background-color: #665B3F;
}
</style>
border-color css
<style>
span { border-color: #665B3F; }
span { border-color: rgb(102,91,63); }
td.TdClassName
{
border-color: #665B3F;
}
.TagClassName
{
border-color: #665B3F;
}
</style>