Shades of Yellow Metal #75653B
Tints of Yellow Metal #75653B
RGB
CMYK
RGB Variations
Color information
#75653B (or 0x75653B) is known color: Yellow Metal. HEX triplet: 75, 65 and 3B. RGB value is (117,101,59). Sum of RGB (Red+Green+Blue) = 117+101+59=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #75653B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75653B is #8A9AC4. Grayscale: #656565. Windows color (decimal): -9083589 or 3892597. OLE color: 3892597.
HSL color Cylindrical-coordinate representation of color #75653B: hue angle of 43.45º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75653B is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 101 | 59 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.54 |
| HSL | 43.45º | 0.33% | 0.35% | - |
| HSV(B) | 43.45º | 0.5% | 0.46% | - |
| XYZ | 12.78 | 13.41 | 6.05 | - |
| YUV | 101 | 104.3 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 101 | 59 | 0 | 0.14 | 0.50 | 0.54 | 43.45 | 0.33 | 0.35 |
| Hex | 75 | 65 | 3B | 0 | E | 32 | 36 | 2B | 21 | 23 |
| Octal | 165 | 145 | 73 | 0 | 16 | 62 | 66 | 53 | 41 | 43 |
| Binary | 1110101 | 1100101 | 111011 | 0 | 1110 | 110010 | 110110 | 101011 | 100001 | 100011 |
Color Harmonies of #75653B
Complementary color
Monochromatic Colors of #75653B
Black with #75653B
Text Example
Text Example
White with #75653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75653B; }
p { color: rgb(117,101,59); }
H1.HeaderClassName
{
color: #75653B;
}
.AnyTagClassName
{
color: #75653B;
}
</style>
background-color css
<style>
a { background-color: #75653B; }
a { background-color: rgb(117,101,59); }
div.DivClassName
{
background-color: #75653B;
}
.BgClassName
{
background-color: #75653B;
}
</style>
border-color css
<style>
span { border-color: #75653B; }
span { border-color: rgb(117,101,59); }
td.TdClassName
{
border-color: #75653B;
}
.TagClassName
{
border-color: #75653B;
}
</style>