Shades of Yellow Metal #75653D
Tints of Yellow Metal #75653D
RGB
CMYK
RGB Variations
Color information
#75653D (or 0x75653D) is known color: Yellow Metal. HEX triplet: 75, 65 and 3D. RGB value is (117,101,61). Sum of RGB (Red+Green+Blue) = 117+101+61=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #75653D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75653D is #8A9AC2. Grayscale: #656565. Windows color (decimal): -9083587 or 4023669. OLE color: 4023669.
HSL color Cylindrical-coordinate representation of color #75653D: hue angle of 42.86º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75653D is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 101 | 61 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.54 |
| HSL | 42.86º | 0.31% | 0.35% | - |
| HSV(B) | 42.86º | 0.48% | 0.46% | - |
| XYZ | 12.83 | 13.43 | 6.33 | - |
| YUV | 101.22 | 105.3 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 101 | 61 | 0 | 0.14 | 0.48 | 0.54 | 42.86 | 0.31 | 0.35 |
| Hex | 75 | 65 | 3D | 0 | E | 30 | 36 | 2B | 1F | 23 |
| Octal | 165 | 145 | 75 | 0 | 16 | 60 | 66 | 53 | 37 | 43 |
| Binary | 1110101 | 1100101 | 111101 | 0 | 1110 | 110000 | 110110 | 101011 | 11111 | 100011 |
Color Harmonies of #75653D
Complementary color
Monochromatic Colors of #75653D
Black with #75653D
Text Example
Text Example
White with #75653D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75653D; }
p { color: rgb(117,101,61); }
H1.HeaderClassName
{
color: #75653D;
}
.AnyTagClassName
{
color: #75653D;
}
</style>
background-color css
<style>
a { background-color: #75653D; }
a { background-color: rgb(117,101,61); }
div.DivClassName
{
background-color: #75653D;
}
.BgClassName
{
background-color: #75653D;
}
</style>
border-color css
<style>
span { border-color: #75653D; }
span { border-color: rgb(117,101,61); }
td.TdClassName
{
border-color: #75653D;
}
.TagClassName
{
border-color: #75653D;
}
</style>