Shades of Yellow Metal #665B3E
Tints of Yellow Metal #665B3E
RGB
CMYK
RGB Variations
Color information
#665B3E (or 0x665B3E) is known color: Yellow Metal. HEX triplet: 66, 5B and 3E. RGB value is (102,91,62). Sum of RGB (Red+Green+Blue) = 102+91+62=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 102 - color contains mainly: red. Hex color #665B3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665B3E is #99A4C1. Grayscale: #5B5B5B. Windows color (decimal): -10069186 or 4086630. OLE color: 4086630.
HSL color Cylindrical-coordinate representation of color #665B3E: hue angle of 43.5º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #665B3E is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 91 | 62 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.6 |
| HSL | 43.5º | 0.24% | 0.32% | - |
| HSV(B) | 43.5º | 0.39% | 0.4% | - |
| XYZ | 10.09 | 10.65 | 6.08 | - |
| YUV | 90.98 | 111.64 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 62 | 0 | 0.11 | 0.39 | 0.6 | 43.5 | 0.24 | 0.32 |
| Hex | 66 | 5B | 3E | 0 | B | 27 | 3C | 2C | 18 | 20 |
| Octal | 146 | 133 | 76 | 0 | 13 | 47 | 74 | 54 | 30 | 40 |
| Binary | 1100110 | 1011011 | 111110 | 0 | 1011 | 100111 | 111100 | 101100 | 11000 | 100000 |
Color Harmonies of #665B3E
Complementary color
Monochromatic Colors of #665B3E
Black with #665B3E
Text Example
Text Example
White with #665B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B3E; }
p { color: rgb(102,91,62); }
H1.HeaderClassName
{
color: #665B3E;
}
.AnyTagClassName
{
color: #665B3E;
}
</style>
background-color css
<style>
a { background-color: #665B3E; }
a { background-color: rgb(102,91,62); }
div.DivClassName
{
background-color: #665B3E;
}
.BgClassName
{
background-color: #665B3E;
}
</style>
border-color css
<style>
span { border-color: #665B3E; }
span { border-color: rgb(102,91,62); }
td.TdClassName
{
border-color: #665B3E;
}
.TagClassName
{
border-color: #665B3E;
}
</style>