Shades of Yellow Metal #675B3C
Tints of Yellow Metal #675B3C
RGB
CMYK
RGB Variations
Color information
#675B3C (or 0x675B3C) is known color: Yellow Metal. HEX triplet: 67, 5B and 3C. RGB value is (103,91,60). Sum of RGB (Red+Green+Blue) = 103+91+60=254 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.55% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 103 - color contains mainly: red. Hex color #675B3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675B3C is #98A4C3. Grayscale: #5B5B5B. Windows color (decimal): -10003652 or 3955559. OLE color: 3955559.
HSL color Cylindrical-coordinate representation of color #675B3C: hue angle of 43.26º 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 #675B3C is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 91 | 60 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.60 |
| HSL | 43.26º | 0.26% | 0.32% | - |
| HSV(B) | 43.26º | 0.42% | 0.4% | - |
| XYZ | 10.15 | 10.69 | 5.8 | - |
| YUV | 91.05 | 110.48 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 91 | 60 | 0 | 0.12 | 0.42 | 0.60 | 43.26 | 0.26 | 0.32 |
| Hex | 67 | 5B | 3C | 0 | C | 2A | 3C | 2B | 1A | 20 |
| Octal | 147 | 133 | 74 | 0 | 14 | 52 | 74 | 53 | 32 | 40 |
| Binary | 1100111 | 1011011 | 111100 | 0 | 1100 | 101010 | 111100 | 101011 | 11010 | 100000 |
Color Harmonies of #675B3C
Complementary color
Monochromatic Colors of #675B3C
Black with #675B3C
Text Example
Text Example
White with #675B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675B3C; }
p { color: rgb(103,91,60); }
H1.HeaderClassName
{
color: #675B3C;
}
.AnyTagClassName
{
color: #675B3C;
}
</style>
background-color css
<style>
a { background-color: #675B3C; }
a { background-color: rgb(103,91,60); }
div.DivClassName
{
background-color: #675B3C;
}
.BgClassName
{
background-color: #675B3C;
}
</style>
border-color css
<style>
span { border-color: #675B3C; }
span { border-color: rgb(103,91,60); }
td.TdClassName
{
border-color: #675B3C;
}
.TagClassName
{
border-color: #675B3C;
}
</style>