Shades of Yellow Metal #675B3E
Tints of Yellow Metal #675B3E
RGB
CMYK
RGB Variations
Color information
#675B3E (or 0x675B3E) is known color: Yellow Metal. HEX triplet: 67, 5B and 3E. RGB value is (103,91,62). Sum of RGB (Red+Green+Blue) = 103+91+62=256 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.23% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 103 - color contains mainly: red. Hex color #675B3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675B3E is #98A4C1. Grayscale: #5B5B5B. Windows color (decimal): -10003650 or 4086631. OLE color: 4086631.
HSL color Cylindrical-coordinate representation of color #675B3E: hue angle of 42.44º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #675B3E is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 91 | 62 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.60 |
| HSL | 42.44º | 0.25% | 0.32% | - |
| HSV(B) | 42.44º | 0.4% | 0.4% | - |
| XYZ | 10.2 | 10.71 | 6.09 | - |
| YUV | 91.28 | 111.48 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 91 | 62 | 0 | 0.12 | 0.40 | 0.60 | 42.44 | 0.25 | 0.32 |
| Hex | 67 | 5B | 3E | 0 | C | 28 | 3C | 2A | 19 | 20 |
| Octal | 147 | 133 | 76 | 0 | 14 | 50 | 74 | 52 | 31 | 40 |
| Binary | 1100111 | 1011011 | 111110 | 0 | 1100 | 101000 | 111100 | 101010 | 11001 | 100000 |
Color Harmonies of #675B3E
Complementary color
Monochromatic Colors of #675B3E
Black with #675B3E
Text Example
Text Example
White with #675B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675B3E; }
p { color: rgb(103,91,62); }
H1.HeaderClassName
{
color: #675B3E;
}
.AnyTagClassName
{
color: #675B3E;
}
</style>
background-color css
<style>
a { background-color: #675B3E; }
a { background-color: rgb(103,91,62); }
div.DivClassName
{
background-color: #675B3E;
}
.BgClassName
{
background-color: #675B3E;
}
</style>
border-color css
<style>
span { border-color: #675B3E; }
span { border-color: rgb(103,91,62); }
td.TdClassName
{
border-color: #675B3E;
}
.TagClassName
{
border-color: #675B3E;
}
</style>