Shades of Yellow Metal #75633A
Tints of Yellow Metal #75633A
RGB
CMYK
RGB Variations
Color information
#75633A (or 0x75633A) is known color: Yellow Metal. HEX triplet: 75, 63 and 3A. RGB value is (117,99,58). Sum of RGB (Red+Green+Blue) = 117+99+58=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #75633A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75633A is #8A9CC5. Grayscale: #636363. Windows color (decimal): -9084102 or 3826549. OLE color: 3826549.
HSL color Cylindrical-coordinate representation of color #75633A: hue angle of 41.69º 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 #75633A is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 99 | 58 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.54 |
| HSL | 41.69º | 0.34% | 0.34% | - |
| HSV(B) | 41.69º | 0.5% | 0.46% | - |
| XYZ | 12.56 | 13.01 | 5.85 | - |
| YUV | 99.71 | 104.46 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 99 | 58 | 0 | 0.15 | 0.50 | 0.54 | 41.69 | 0.34 | 0.34 |
| Hex | 75 | 63 | 3A | 0 | F | 32 | 36 | 2A | 22 | 22 |
| Octal | 165 | 143 | 72 | 0 | 17 | 62 | 66 | 52 | 42 | 42 |
| Binary | 1110101 | 1100011 | 111010 | 0 | 1111 | 110010 | 110110 | 101010 | 100010 | 100010 |
Color Harmonies of #75633A
Complementary color
Monochromatic Colors of #75633A
Black with #75633A
Text Example
Text Example
White with #75633A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75633A; }
p { color: rgb(117,99,58); }
H1.HeaderClassName
{
color: #75633A;
}
.AnyTagClassName
{
color: #75633A;
}
</style>
background-color css
<style>
a { background-color: #75633A; }
a { background-color: rgb(117,99,58); }
div.DivClassName
{
background-color: #75633A;
}
.BgClassName
{
background-color: #75633A;
}
</style>
border-color css
<style>
span { border-color: #75633A; }
span { border-color: rgb(117,99,58); }
td.TdClassName
{
border-color: #75633A;
}
.TagClassName
{
border-color: #75633A;
}
</style>