Shades of Yellow Metal #675D41
Tints of Yellow Metal #675D41
RGB
CMYK
RGB Variations
Color information
#675D41 (or 0x675D41) is known color: Yellow Metal. HEX triplet: 67, 5D and 41. RGB value is (103,93,65). Sum of RGB (Red+Green+Blue) = 103+93+65=261 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.46% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 103 - color contains mainly: red. Hex color #675D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675D41 is #98A2BE. Grayscale: #5C5C5C. Windows color (decimal): -10003135 or 4283751. OLE color: 4283751.
HSL color Cylindrical-coordinate representation of color #675D41: hue angle of 44.21º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #675D41 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 93 | 65 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.60 |
| HSL | 44.21º | 0.23% | 0.33% | - |
| HSV(B) | 44.21º | 0.37% | 0.4% | - |
| XYZ | 10.46 | 11.09 | 6.59 | - |
| YUV | 92.8 | 112.31 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 93 | 65 | 0 | 0.10 | 0.37 | 0.60 | 44.21 | 0.23 | 0.33 |
| Hex | 67 | 5D | 41 | 0 | A | 25 | 3C | 2C | 17 | 21 |
| Octal | 147 | 135 | 101 | 0 | 12 | 45 | 74 | 54 | 27 | 41 |
| Binary | 1100111 | 1011101 | 1000001 | 0 | 1010 | 100101 | 111100 | 101100 | 10111 | 100001 |
Color Harmonies of #675D41
Complementary color
Monochromatic Colors of #675D41
Black with #675D41
Text Example
Text Example
White with #675D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675D41; }
p { color: rgb(103,93,65); }
H1.HeaderClassName
{
color: #675D41;
}
.AnyTagClassName
{
color: #675D41;
}
</style>
background-color css
<style>
a { background-color: #675D41; }
a { background-color: rgb(103,93,65); }
div.DivClassName
{
background-color: #675D41;
}
.BgClassName
{
background-color: #675D41;
}
</style>
border-color css
<style>
span { border-color: #675D41; }
span { border-color: rgb(103,93,65); }
td.TdClassName
{
border-color: #675D41;
}
.TagClassName
{
border-color: #675D41;
}
</style>