Shades of Yellow Metal #665A3D
Tints of Yellow Metal #665A3D
RGB
CMYK
RGB Variations
Color information
#665A3D (or 0x665A3D) is known color: Yellow Metal. HEX triplet: 66, 5A and 3D. RGB value is (102,90,61). Sum of RGB (Red+Green+Blue) = 102+90+61=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 102 - color contains mainly: red. Hex color #665A3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665A3D is #99A5C2. Grayscale: #5A5A5A. Windows color (decimal): -10069443 or 4020838. OLE color: 4020838.
HSL color Cylindrical-coordinate representation of color #665A3D: hue angle of 42.44º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #665A3D is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 90 | 61 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.6 |
| HSL | 42.44º | 0.25% | 0.32% | - |
| HSV(B) | 42.44º | 0.4% | 0.4% | - |
| XYZ | 9.98 | 10.47 | 5.91 | - |
| YUV | 90.28 | 111.48 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 61 | 0 | 0.12 | 0.40 | 0.6 | 42.44 | 0.25 | 0.32 |
| Hex | 66 | 5A | 3D | 0 | C | 28 | 3C | 2A | 19 | 20 |
| Octal | 146 | 132 | 75 | 0 | 14 | 50 | 74 | 52 | 31 | 40 |
| Binary | 1100110 | 1011010 | 111101 | 0 | 1100 | 101000 | 111100 | 101010 | 11001 | 100000 |
Color Harmonies of #665A3D
Complementary color
Monochromatic Colors of #665A3D
Black with #665A3D
Text Example
Text Example
White with #665A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665A3D; }
p { color: rgb(102,90,61); }
H1.HeaderClassName
{
color: #665A3D;
}
.AnyTagClassName
{
color: #665A3D;
}
</style>
background-color css
<style>
a { background-color: #665A3D; }
a { background-color: rgb(102,90,61); }
div.DivClassName
{
background-color: #665A3D;
}
.BgClassName
{
background-color: #665A3D;
}
</style>
border-color css
<style>
span { border-color: #665A3D; }
span { border-color: rgb(102,90,61); }
td.TdClassName
{
border-color: #665A3D;
}
.TagClassName
{
border-color: #665A3D;
}
</style>