Shades of Yellow Metal #665B3C
Tints of Yellow Metal #665B3C
RGB
CMYK
RGB Variations
Color information
#665B3C (or 0x665B3C) is known color: Yellow Metal. HEX triplet: 66, 5B and 3C. RGB value is (102,91,60). Sum of RGB (Red+Green+Blue) = 102+91+60=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 102 - color contains mainly: red. Hex color #665B3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665B3C is #99A4C3. Grayscale: #5A5A5A. Windows color (decimal): -10069188 or 3955558. OLE color: 3955558.
HSL color Cylindrical-coordinate representation of color #665B3C: hue angle of 44.29º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #665B3C is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 91 | 60 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.6 |
| HSL | 44.29º | 0.26% | 0.32% | - |
| HSV(B) | 44.29º | 0.41% | 0.4% | - |
| XYZ | 10.04 | 10.63 | 5.8 | - |
| YUV | 90.76 | 110.64 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 60 | 0 | 0.11 | 0.41 | 0.6 | 44.29 | 0.26 | 0.32 |
| Hex | 66 | 5B | 3C | 0 | B | 29 | 3C | 2C | 1A | 20 |
| Octal | 146 | 133 | 74 | 0 | 13 | 51 | 74 | 54 | 32 | 40 |
| Binary | 1100110 | 1011011 | 111100 | 0 | 1011 | 101001 | 111100 | 101100 | 11010 | 100000 |
Color Harmonies of #665B3C
Complementary color
Monochromatic Colors of #665B3C
Black with #665B3C
Text Example
Text Example
White with #665B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B3C; }
p { color: rgb(102,91,60); }
H1.HeaderClassName
{
color: #665B3C;
}
.AnyTagClassName
{
color: #665B3C;
}
</style>
background-color css
<style>
a { background-color: #665B3C; }
a { background-color: rgb(102,91,60); }
div.DivClassName
{
background-color: #665B3C;
}
.BgClassName
{
background-color: #665B3C;
}
</style>
border-color css
<style>
span { border-color: #665B3C; }
span { border-color: rgb(102,91,60); }
td.TdClassName
{
border-color: #665B3C;
}
.TagClassName
{
border-color: #665B3C;
}
</style>