Shades of Yellow Metal #665B39
Tints of Yellow Metal #665B39
RGB
CMYK
RGB Variations
Color information
#665B39 (or 0x665B39) is known color: Yellow Metal. HEX triplet: 66, 5B and 39. RGB value is (102,91,57). Sum of RGB (Red+Green+Blue) = 102+91+57=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 57 (22.66% from 255 or 22.8% from 250); Max value from RGB is 102 - color contains mainly: red. Hex color #665B39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665B39 is #99A4C6. Grayscale: #5A5A5A. Windows color (decimal): -10069191 or 3758950. OLE color: 3758950.
HSL color Cylindrical-coordinate representation of color #665B39: hue angle of 45.33º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #665B39 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 91 | 57 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.6 |
| HSL | 45.33º | 0.28% | 0.31% | - |
| HSV(B) | 45.33º | 0.44% | 0.4% | - |
| XYZ | 9.96 | 10.6 | 5.39 | - |
| YUV | 90.41 | 109.14 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 57 | 0 | 0.11 | 0.44 | 0.6 | 45.33 | 0.28 | 0.31 |
| Hex | 66 | 5B | 39 | 0 | B | 2C | 3C | 2D | 1C | 1F |
| Octal | 146 | 133 | 71 | 0 | 13 | 54 | 74 | 55 | 34 | 37 |
| Binary | 1100110 | 1011011 | 111001 | 0 | 1011 | 101100 | 111100 | 101101 | 11100 | 11111 |
Color Harmonies of #665B39
Complementary color
Monochromatic Colors of #665B39
Black with #665B39
Text Example
Text Example
White with #665B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B39; }
p { color: rgb(102,91,57); }
H1.HeaderClassName
{
color: #665B39;
}
.AnyTagClassName
{
color: #665B39;
}
</style>
background-color css
<style>
a { background-color: #665B39; }
a { background-color: rgb(102,91,57); }
div.DivClassName
{
background-color: #665B39;
}
.BgClassName
{
background-color: #665B39;
}
</style>
border-color css
<style>
span { border-color: #665B39; }
span { border-color: rgb(102,91,57); }
td.TdClassName
{
border-color: #665B39;
}
.TagClassName
{
border-color: #665B39;
}
</style>