Shades of Yellow Metal #75653F
Tints of Yellow Metal #75653F
RGB
CMYK
RGB Variations
Color information
#75653F (or 0x75653F) is known color: Yellow Metal. HEX triplet: 75, 65 and 3F. RGB value is (117,101,63). Sum of RGB (Red+Green+Blue) = 117+101+63=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #75653F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75653F is #8A9AC0. Grayscale: #656565. Windows color (decimal): -9083585 or 4154741. OLE color: 4154741.
HSL color Cylindrical-coordinate representation of color #75653F: hue angle of 42.22º 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 #75653F is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 101 | 63 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.54 |
| HSL | 42.22º | 0.3% | 0.35% | - |
| HSV(B) | 42.22º | 0.46% | 0.46% | - |
| XYZ | 12.89 | 13.45 | 6.62 | - |
| YUV | 101.45 | 106.3 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 101 | 63 | 0 | 0.14 | 0.46 | 0.54 | 42.22 | 0.3 | 0.35 |
| Hex | 75 | 65 | 3F | 0 | E | 2E | 36 | 2A | 1E | 23 |
| Octal | 165 | 145 | 77 | 0 | 16 | 56 | 66 | 52 | 36 | 43 |
| Binary | 1110101 | 1100101 | 111111 | 0 | 1110 | 101110 | 110110 | 101010 | 11110 | 100011 |
Color Harmonies of #75653F
Complementary color
Monochromatic Colors of #75653F
Black with #75653F
Text Example
Text Example
White with #75653F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75653F; }
p { color: rgb(117,101,63); }
H1.HeaderClassName
{
color: #75653F;
}
.AnyTagClassName
{
color: #75653F;
}
</style>
background-color css
<style>
a { background-color: #75653F; }
a { background-color: rgb(117,101,63); }
div.DivClassName
{
background-color: #75653F;
}
.BgClassName
{
background-color: #75653F;
}
</style>
border-color css
<style>
span { border-color: #75653F; }
span { border-color: rgb(117,101,63); }
td.TdClassName
{
border-color: #75653F;
}
.TagClassName
{
border-color: #75653F;
}
</style>