Shades of Yellow Metal #675A3C
Tints of Yellow Metal #675A3C
RGB
CMYK
RGB Variations
Color information
#675A3C (or 0x675A3C) is known color: Yellow Metal. HEX triplet: 67, 5A and 3C. RGB value is (103,90,60). Sum of RGB (Red+Green+Blue) = 103+90+60=253 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.71% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 103 - color contains mainly: red. Hex color #675A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675A3C is #98A5C3. Grayscale: #5A5A5A. Windows color (decimal): -10003908 or 3955303. OLE color: 3955303.
HSL color Cylindrical-coordinate representation of color #675A3C: hue angle of 41.86º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #675A3C is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 90 | 60 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.60 |
| HSL | 41.86º | 0.26% | 0.32% | - |
| HSV(B) | 41.86º | 0.42% | 0.4% | - |
| XYZ | 10.07 | 10.52 | 5.78 | - |
| YUV | 90.47 | 110.81 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 60 | 0 | 0.13 | 0.42 | 0.60 | 41.86 | 0.26 | 0.32 |
| Hex | 67 | 5A | 3C | 0 | D | 2A | 3C | 2A | 1A | 20 |
| Octal | 147 | 132 | 74 | 0 | 15 | 52 | 74 | 52 | 32 | 40 |
| Binary | 1100111 | 1011010 | 111100 | 0 | 1101 | 101010 | 111100 | 101010 | 11010 | 100000 |
Color Harmonies of #675A3C
Complementary color
Monochromatic Colors of #675A3C
Black with #675A3C
Text Example
Text Example
White with #675A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675A3C; }
p { color: rgb(103,90,60); }
H1.HeaderClassName
{
color: #675A3C;
}
.AnyTagClassName
{
color: #675A3C;
}
</style>
background-color css
<style>
a { background-color: #675A3C; }
a { background-color: rgb(103,90,60); }
div.DivClassName
{
background-color: #675A3C;
}
.BgClassName
{
background-color: #675A3C;
}
</style>
border-color css
<style>
span { border-color: #675A3C; }
span { border-color: rgb(103,90,60); }
td.TdClassName
{
border-color: #675A3C;
}
.TagClassName
{
border-color: #675A3C;
}
</style>