Shades of Yellow Metal #665A39
Tints of Yellow Metal #665A39
RGB
CMYK
RGB Variations
Color information
#665A39 (or 0x665A39) is known color: Yellow Metal. HEX triplet: 66, 5A and 39. RGB value is (102,90,57). Sum of RGB (Red+Green+Blue) = 102+90+57=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 57 (22.66% from 255 or 22.89% from 249); Max value from RGB is 102 - color contains mainly: red. Hex color #665A39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665A39 is #99A5C6. Grayscale: #595959. Windows color (decimal): -10069447 or 3758694. OLE color: 3758694.
HSL color Cylindrical-coordinate representation of color #665A39: hue angle of 44º 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 #665A39 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 90 | 57 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.6 |
| HSL | 44º | 0.28% | 0.31% | - |
| HSV(B) | 44º | 0.44% | 0.4% | - |
| XYZ | 9.87 | 10.43 | 5.36 | - |
| YUV | 89.83 | 109.48 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 57 | 0 | 0.12 | 0.44 | 0.6 | 44 | 0.28 | 0.31 |
| Hex | 66 | 5A | 39 | 0 | C | 2C | 3C | 2C | 1C | 1F |
| Octal | 146 | 132 | 71 | 0 | 14 | 54 | 74 | 54 | 34 | 37 |
| Binary | 1100110 | 1011010 | 111001 | 0 | 1100 | 101100 | 111100 | 101100 | 11100 | 11111 |
Color Harmonies of #665A39
Complementary color
Monochromatic Colors of #665A39
Black with #665A39
Text Example
Text Example
White with #665A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665A39; }
p { color: rgb(102,90,57); }
H1.HeaderClassName
{
color: #665A39;
}
.AnyTagClassName
{
color: #665A39;
}
</style>
background-color css
<style>
a { background-color: #665A39; }
a { background-color: rgb(102,90,57); }
div.DivClassName
{
background-color: #665A39;
}
.BgClassName
{
background-color: #665A39;
}
</style>
border-color css
<style>
span { border-color: #665A39; }
span { border-color: rgb(102,90,57); }
td.TdClassName
{
border-color: #665A39;
}
.TagClassName
{
border-color: #665A39;
}
</style>