Shades of Yellow Metal #675A3B
Tints of Yellow Metal #675A3B
RGB
CMYK
RGB Variations
Color information
#675A3B (or 0x675A3B) is known color: Yellow Metal. HEX triplet: 67, 5A and 3B. RGB value is (103,90,59). Sum of RGB (Red+Green+Blue) = 103+90+59=252 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.87% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 103 - color contains mainly: red. Hex color #675A3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675A3B is #98A5C4. Grayscale: #5A5A5A. Windows color (decimal): -10003909 or 3889767. OLE color: 3889767.
HSL color Cylindrical-coordinate representation of color #675A3B: hue angle of 42.27º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #675A3B is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 90 | 59 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.60 |
| HSL | 42.27º | 0.27% | 0.32% | - |
| HSV(B) | 42.27º | 0.43% | 0.4% | - |
| XYZ | 10.04 | 10.51 | 5.64 | - |
| YUV | 90.35 | 110.31 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 59 | 0 | 0.13 | 0.43 | 0.60 | 42.27 | 0.27 | 0.32 |
| Hex | 67 | 5A | 3B | 0 | D | 2B | 3C | 2A | 1B | 20 |
| Octal | 147 | 132 | 73 | 0 | 15 | 53 | 74 | 52 | 33 | 40 |
| Binary | 1100111 | 1011010 | 111011 | 0 | 1101 | 101011 | 111100 | 101010 | 11011 | 100000 |
Color Harmonies of #675A3B
Complementary color
Monochromatic Colors of #675A3B
Black with #675A3B
Text Example
Text Example
White with #675A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675A3B; }
p { color: rgb(103,90,59); }
H1.HeaderClassName
{
color: #675A3B;
}
.AnyTagClassName
{
color: #675A3B;
}
</style>
background-color css
<style>
a { background-color: #675A3B; }
a { background-color: rgb(103,90,59); }
div.DivClassName
{
background-color: #675A3B;
}
.BgClassName
{
background-color: #675A3B;
}
</style>
border-color css
<style>
span { border-color: #675A3B; }
span { border-color: rgb(103,90,59); }
td.TdClassName
{
border-color: #675A3B;
}
.TagClassName
{
border-color: #675A3B;
}
</style>