Shades of Yellow Metal #75633F
Tints of Yellow Metal #75633F
RGB
CMYK
RGB Variations
Color information
#75633F (or 0x75633F) is known color: Yellow Metal. HEX triplet: 75, 63 and 3F. RGB value is (117,99,63). Sum of RGB (Red+Green+Blue) = 117+99+63=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #75633F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75633F is #8A9CC0. Grayscale: #646464. Windows color (decimal): -9084097 or 4154229. OLE color: 4154229.
HSL color Cylindrical-coordinate representation of color #75633F: hue angle of 40º 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 #75633F is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 99 | 63 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.54 |
| HSL | 40º | 0.3% | 0.35% | - |
| HSV(B) | 40º | 0.46% | 0.46% | - |
| XYZ | 12.7 | 13.06 | 6.56 | - |
| YUV | 100.28 | 106.96 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 99 | 63 | 0 | 0.15 | 0.46 | 0.54 | 40 | 0.3 | 0.35 |
| Hex | 75 | 63 | 3F | 0 | F | 2E | 36 | 28 | 1E | 23 |
| Octal | 165 | 143 | 77 | 0 | 17 | 56 | 66 | 50 | 36 | 43 |
| Binary | 1110101 | 1100011 | 111111 | 0 | 1111 | 101110 | 110110 | 101000 | 11110 | 100011 |
Color Harmonies of #75633F
Complementary color
Monochromatic Colors of #75633F
Black with #75633F
Text Example
Text Example
White with #75633F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75633F; }
p { color: rgb(117,99,63); }
H1.HeaderClassName
{
color: #75633F;
}
.AnyTagClassName
{
color: #75633F;
}
</style>
background-color css
<style>
a { background-color: #75633F; }
a { background-color: rgb(117,99,63); }
div.DivClassName
{
background-color: #75633F;
}
.BgClassName
{
background-color: #75633F;
}
</style>
border-color css
<style>
span { border-color: #75633F; }
span { border-color: rgb(117,99,63); }
td.TdClassName
{
border-color: #75633F;
}
.TagClassName
{
border-color: #75633F;
}
</style>