Shades of Yellow Metal #675D3D
Tints of Yellow Metal #675D3D
RGB
CMYK
RGB Variations
Color information
#675D3D (or 0x675D3D) is known color: Yellow Metal. HEX triplet: 67, 5D and 3D. RGB value is (103,93,61). Sum of RGB (Red+Green+Blue) = 103+93+61=257 (34% of max value = 765). Red value is 103 (40.62% from 255 or 40.08% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 103 - color contains mainly: red. Hex color #675D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675D3D is #98A2C2. Grayscale: #5C5C5C. Windows color (decimal): -10003139 or 4021607. OLE color: 4021607.
HSL color Cylindrical-coordinate representation of color #675D3D: hue angle of 45.71º 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 #675D3D is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 93 | 61 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.60 |
| HSL | 45.71º | 0.26% | 0.32% | - |
| HSV(B) | 45.71º | 0.41% | 0.4% | - |
| XYZ | 10.35 | 11.05 | 6 | - |
| YUV | 92.34 | 110.31 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 93 | 61 | 0 | 0.10 | 0.41 | 0.60 | 45.71 | 0.26 | 0.32 |
| Hex | 67 | 5D | 3D | 0 | A | 29 | 3C | 2E | 1A | 20 |
| Octal | 147 | 135 | 75 | 0 | 12 | 51 | 74 | 56 | 32 | 40 |
| Binary | 1100111 | 1011101 | 111101 | 0 | 1010 | 101001 | 111100 | 101110 | 11010 | 100000 |
Color Harmonies of #675D3D
Complementary color
Monochromatic Colors of #675D3D
Black with #675D3D
Text Example
Text Example
White with #675D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675D3D; }
p { color: rgb(103,93,61); }
H1.HeaderClassName
{
color: #675D3D;
}
.AnyTagClassName
{
color: #675D3D;
}
</style>
background-color css
<style>
a { background-color: #675D3D; }
a { background-color: rgb(103,93,61); }
div.DivClassName
{
background-color: #675D3D;
}
.BgClassName
{
background-color: #675D3D;
}
</style>
border-color css
<style>
span { border-color: #675D3D; }
span { border-color: rgb(103,93,61); }
td.TdClassName
{
border-color: #675D3D;
}
.TagClassName
{
border-color: #675D3D;
}
</style>