Shades of Yellow Metal #75663C
Tints of Yellow Metal #75663C
RGB
CMYK
RGB Variations
Color information
#75663C (or 0x75663C) is known color: Yellow Metal. HEX triplet: 75, 66 and 3C. RGB value is (117,102,60). Sum of RGB (Red+Green+Blue) = 117+102+60=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #75663C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75663C is #8A99C3. Grayscale: #656565. Windows color (decimal): -9083332 or 3958389. OLE color: 3958389.
HSL color Cylindrical-coordinate representation of color #75663C: hue angle of 44.21º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75663C is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 102 | 60 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.54 |
| HSL | 44.21º | 0.32% | 0.35% | - |
| HSV(B) | 44.21º | 0.49% | 0.46% | - |
| XYZ | 12.9 | 13.61 | 6.22 | - |
| YUV | 101.7 | 104.47 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 102 | 60 | 0 | 0.13 | 0.49 | 0.54 | 44.21 | 0.32 | 0.35 |
| Hex | 75 | 66 | 3C | 0 | D | 31 | 36 | 2C | 20 | 23 |
| Octal | 165 | 146 | 74 | 0 | 15 | 61 | 66 | 54 | 40 | 43 |
| Binary | 1110101 | 1100110 | 111100 | 0 | 1101 | 110001 | 110110 | 101100 | 100000 | 100011 |
Color Harmonies of #75663C
Complementary color
Monochromatic Colors of #75663C
Black with #75663C
Text Example
Text Example
White with #75663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75663C; }
p { color: rgb(117,102,60); }
H1.HeaderClassName
{
color: #75663C;
}
.AnyTagClassName
{
color: #75663C;
}
</style>
background-color css
<style>
a { background-color: #75663C; }
a { background-color: rgb(117,102,60); }
div.DivClassName
{
background-color: #75663C;
}
.BgClassName
{
background-color: #75663C;
}
</style>
border-color css
<style>
span { border-color: #75663C; }
span { border-color: rgb(117,102,60); }
td.TdClassName
{
border-color: #75663C;
}
.TagClassName
{
border-color: #75663C;
}
</style>