Shades of Soya Bean #6B634B
Tints of Soya Bean #6B634B
RGB
CMYK
RGB Variations
Color information
#6B634B (or 0x6B634B) is known color: Soya Bean. HEX triplet: 6B, 63 and 4B. RGB value is (107,99,75). Sum of RGB (Red+Green+Blue) = 107+99+75=281 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.08% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 107 - color contains mainly: red. Hex color #6B634B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B634B is #949CB4. Grayscale: #626262. Windows color (decimal): -9739445 or 4940651. OLE color: 4940651.
HSL color Cylindrical-coordinate representation of color #6B634B: hue angle of 45º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B634B is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 99 | 75 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.58 |
| HSL | 45º | 0.18% | 0.36% | - |
| HSV(B) | 45º | 0.3% | 0.42% | - |
| XYZ | 11.8 | 12.56 | 8.46 | - |
| YUV | 98.66 | 114.65 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 99 | 75 | 0 | 0.07 | 0.30 | 0.58 | 45 | 0.18 | 0.36 |
| Hex | 6B | 63 | 4B | 0 | 7 | 1E | 3A | 2D | 12 | 24 |
| Octal | 153 | 143 | 113 | 0 | 7 | 36 | 72 | 55 | 22 | 44 |
| Binary | 1101011 | 1100011 | 1001011 | 0 | 111 | 11110 | 111010 | 101101 | 10010 | 100100 |
Color Harmonies of #6B634B
Complementary color
Monochromatic Colors of #6B634B
Black with #6B634B
Text Example
Text Example
White with #6B634B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B634B; }
p { color: rgb(107,99,75); }
H1.HeaderClassName
{
color: #6B634B;
}
.AnyTagClassName
{
color: #6B634B;
}
</style>
background-color css
<style>
a { background-color: #6B634B; }
a { background-color: rgb(107,99,75); }
div.DivClassName
{
background-color: #6B634B;
}
.BgClassName
{
background-color: #6B634B;
}
</style>
border-color css
<style>
span { border-color: #6B634B; }
span { border-color: rgb(107,99,75); }
td.TdClassName
{
border-color: #6B634B;
}
.TagClassName
{
border-color: #6B634B;
}
</style>