Shades of Yellow Metal #75683F
Tints of Yellow Metal #75683F
RGB
CMYK
RGB Variations
Color information
#75683F (or 0x75683F) is known color: Yellow Metal. HEX triplet: 75, 68 and 3F. RGB value is (117,104,63). Sum of RGB (Red+Green+Blue) = 117+104+63=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #75683F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75683F is #8A97C0. Grayscale: #676767. Windows color (decimal): -9082817 or 4155509. OLE color: 4155509.
HSL color Cylindrical-coordinate representation of color #75683F: hue angle of 45.56º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75683F is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 104 | 63 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.54 |
| HSL | 45.56º | 0.3% | 0.35% | - |
| HSV(B) | 45.56º | 0.46% | 0.46% | - |
| XYZ | 13.18 | 14.04 | 6.72 | - |
| YUV | 103.21 | 105.31 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 104 | 63 | 0 | 0.11 | 0.46 | 0.54 | 45.56 | 0.3 | 0.35 |
| Hex | 75 | 68 | 3F | 0 | B | 2E | 36 | 2E | 1E | 23 |
| Octal | 165 | 150 | 77 | 0 | 13 | 56 | 66 | 56 | 36 | 43 |
| Binary | 1110101 | 1101000 | 111111 | 0 | 1011 | 101110 | 110110 | 101110 | 11110 | 100011 |
Color Harmonies of #75683F
Complementary color
Monochromatic Colors of #75683F
Black with #75683F
Text Example
Text Example
White with #75683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75683F; }
p { color: rgb(117,104,63); }
H1.HeaderClassName
{
color: #75683F;
}
.AnyTagClassName
{
color: #75683F;
}
</style>
background-color css
<style>
a { background-color: #75683F; }
a { background-color: rgb(117,104,63); }
div.DivClassName
{
background-color: #75683F;
}
.BgClassName
{
background-color: #75683F;
}
</style>
border-color css
<style>
span { border-color: #75683F; }
span { border-color: rgb(117,104,63); }
td.TdClassName
{
border-color: #75683F;
}
.TagClassName
{
border-color: #75683F;
}
</style>