Shades of Yellow Metal #75663A
Tints of Yellow Metal #75663A
RGB
CMYK
RGB Variations
Color information
#75663A (or 0x75663A) is known color: Yellow Metal. HEX triplet: 75, 66 and 3A. RGB value is (117,102,58). Sum of RGB (Red+Green+Blue) = 117+102+58=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #75663A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75663A is #8A99C5. Grayscale: #656565. Windows color (decimal): -9083334 or 3827317. OLE color: 3827317.
HSL color Cylindrical-coordinate representation of color #75663A: hue angle of 44.75º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75663A is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 102 | 58 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.54 |
| HSL | 44.75º | 0.34% | 0.34% | - |
| HSV(B) | 44.75º | 0.5% | 0.46% | - |
| XYZ | 12.85 | 13.59 | 5.95 | - |
| YUV | 101.47 | 103.47 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 102 | 58 | 0 | 0.13 | 0.50 | 0.54 | 44.75 | 0.34 | 0.34 |
| Hex | 75 | 66 | 3A | 0 | D | 32 | 36 | 2D | 22 | 22 |
| Octal | 165 | 146 | 72 | 0 | 15 | 62 | 66 | 55 | 42 | 42 |
| Binary | 1110101 | 1100110 | 111010 | 0 | 1101 | 110010 | 110110 | 101101 | 100010 | 100010 |
Color Harmonies of #75663A
Complementary color
Monochromatic Colors of #75663A
Black with #75663A
Text Example
Text Example
White with #75663A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75663A; }
p { color: rgb(117,102,58); }
H1.HeaderClassName
{
color: #75663A;
}
.AnyTagClassName
{
color: #75663A;
}
</style>
background-color css
<style>
a { background-color: #75663A; }
a { background-color: rgb(117,102,58); }
div.DivClassName
{
background-color: #75663A;
}
.BgClassName
{
background-color: #75663A;
}
</style>
border-color css
<style>
span { border-color: #75663A; }
span { border-color: rgb(117,102,58); }
td.TdClassName
{
border-color: #75663A;
}
.TagClassName
{
border-color: #75663A;
}
</style>