Shades of Yellow Metal #675C3C
Tints of Yellow Metal #675C3C
RGB
CMYK
RGB Variations
Color information
#675C3C (or 0x675C3C) is known color: Yellow Metal. HEX triplet: 67, 5C and 3C. RGB value is (103,92,60). Sum of RGB (Red+Green+Blue) = 103+92+60=255 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.39% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 103 - color contains mainly: red. Hex color #675C3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675C3C is #98A3C3. Grayscale: #5B5B5B. Windows color (decimal): -10003396 or 3955815. OLE color: 3955815.
HSL color Cylindrical-coordinate representation of color #675C3C: hue angle of 44.65º 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 #675C3C is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 92 | 60 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.60 |
| HSL | 44.65º | 0.26% | 0.32% | - |
| HSV(B) | 44.65º | 0.42% | 0.4% | - |
| XYZ | 10.24 | 10.86 | 5.83 | - |
| YUV | 91.64 | 110.14 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 92 | 60 | 0 | 0.11 | 0.42 | 0.60 | 44.65 | 0.26 | 0.32 |
| Hex | 67 | 5C | 3C | 0 | B | 2A | 3C | 2D | 1A | 20 |
| Octal | 147 | 134 | 74 | 0 | 13 | 52 | 74 | 55 | 32 | 40 |
| Binary | 1100111 | 1011100 | 111100 | 0 | 1011 | 101010 | 111100 | 101101 | 11010 | 100000 |
Color Harmonies of #675C3C
Complementary color
Monochromatic Colors of #675C3C
Black with #675C3C
Text Example
Text Example
White with #675C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675C3C; }
p { color: rgb(103,92,60); }
H1.HeaderClassName
{
color: #675C3C;
}
.AnyTagClassName
{
color: #675C3C;
}
</style>
background-color css
<style>
a { background-color: #675C3C; }
a { background-color: rgb(103,92,60); }
div.DivClassName
{
background-color: #675C3C;
}
.BgClassName
{
background-color: #675C3C;
}
</style>
border-color css
<style>
span { border-color: #675C3C; }
span { border-color: rgb(103,92,60); }
td.TdClassName
{
border-color: #675C3C;
}
.TagClassName
{
border-color: #675C3C;
}
</style>