Shades of Yellow Metal #75663F
Tints of Yellow Metal #75663F
RGB
CMYK
RGB Variations
Color information
#75663F (or 0x75663F) is known color: Yellow Metal. HEX triplet: 75, 66 and 3F. RGB value is (117,102,63). Sum of RGB (Red+Green+Blue) = 117+102+63=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #75663F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75663F is #8A99C0. Grayscale: #666666. Windows color (decimal): -9083329 or 4154997. OLE color: 4154997.
HSL color Cylindrical-coordinate representation of color #75663F: hue angle of 43.33º 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 #75663F is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 102 | 63 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.54 |
| HSL | 43.33º | 0.3% | 0.35% | - |
| HSV(B) | 43.33º | 0.46% | 0.46% | - |
| XYZ | 12.98 | 13.64 | 6.65 | - |
| YUV | 102.04 | 105.97 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 102 | 63 | 0 | 0.13 | 0.46 | 0.54 | 43.33 | 0.3 | 0.35 |
| Hex | 75 | 66 | 3F | 0 | D | 2E | 36 | 2B | 1E | 23 |
| Octal | 165 | 146 | 77 | 0 | 15 | 56 | 66 | 53 | 36 | 43 |
| Binary | 1110101 | 1100110 | 111111 | 0 | 1101 | 101110 | 110110 | 101011 | 11110 | 100011 |
Color Harmonies of #75663F
Complementary color
Monochromatic Colors of #75663F
Black with #75663F
Text Example
Text Example
White with #75663F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75663F; }
p { color: rgb(117,102,63); }
H1.HeaderClassName
{
color: #75663F;
}
.AnyTagClassName
{
color: #75663F;
}
</style>
background-color css
<style>
a { background-color: #75663F; }
a { background-color: rgb(117,102,63); }
div.DivClassName
{
background-color: #75663F;
}
.BgClassName
{
background-color: #75663F;
}
</style>
border-color css
<style>
span { border-color: #75663F; }
span { border-color: rgb(117,102,63); }
td.TdClassName
{
border-color: #75663F;
}
.TagClassName
{
border-color: #75663F;
}
</style>