Shades of Soya Bean #75634A
Tints of Soya Bean #75634A
RGB
CMYK
RGB Variations
Color information
#75634A (or 0x75634A) is known color: Soya Bean. HEX triplet: 75, 63 and 4A. RGB value is (117,99,74). Sum of RGB (Red+Green+Blue) = 117+99+74=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #75634A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75634A is #8A9CB5. Grayscale: #656565. Windows color (decimal): -9084086 or 4875125. OLE color: 4875125.
HSL color Cylindrical-coordinate representation of color #75634A: hue angle of 34.88º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75634A is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 99 | 74 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.54 |
| HSL | 34.88º | 0.23% | 0.37% | - |
| HSV(B) | 34.88º | 0.37% | 0.46% | - |
| XYZ | 13.03 | 13.2 | 8.34 | - |
| YUV | 101.53 | 112.46 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 99 | 74 | 0 | 0.15 | 0.37 | 0.54 | 34.88 | 0.23 | 0.37 |
| Hex | 75 | 63 | 4A | 0 | F | 25 | 36 | 23 | 17 | 25 |
| Octal | 165 | 143 | 112 | 0 | 17 | 45 | 66 | 43 | 27 | 45 |
| Binary | 1110101 | 1100011 | 1001010 | 0 | 1111 | 100101 | 110110 | 100011 | 10111 | 100101 |
Color Harmonies of #75634A
Complementary color
Monochromatic Colors of #75634A
Black with #75634A
Text Example
Text Example
White with #75634A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75634A; }
p { color: rgb(117,99,74); }
H1.HeaderClassName
{
color: #75634A;
}
.AnyTagClassName
{
color: #75634A;
}
</style>
background-color css
<style>
a { background-color: #75634A; }
a { background-color: rgb(117,99,74); }
div.DivClassName
{
background-color: #75634A;
}
.BgClassName
{
background-color: #75634A;
}
</style>
border-color css
<style>
span { border-color: #75634A; }
span { border-color: rgb(117,99,74); }
td.TdClassName
{
border-color: #75634A;
}
.TagClassName
{
border-color: #75634A;
}
</style>