Shades of Soya Bean #695C42
Tints of Soya Bean #695C42
RGB
CMYK
RGB Variations
Color information
#695C42 (or 0x695C42) is known color: Soya Bean. HEX triplet: 69, 5C and 42. RGB value is (105,92,66). Sum of RGB (Red+Green+Blue) = 105+92+66=263 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.92% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 105 - color contains mainly: red. Hex color #695C42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695C42 is #96A3BD. Grayscale: #5D5D5D. Windows color (decimal): -9872318 or 4349033. OLE color: 4349033.
HSL color Cylindrical-coordinate representation of color #695C42: hue angle of 40º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #695C42 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 92 | 66 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.59 |
| HSL | 40º | 0.23% | 0.34% | - |
| HSV(B) | 40º | 0.37% | 0.41% | - |
| XYZ | 10.64 | 11.05 | 6.73 | - |
| YUV | 92.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 92 | 66 | 0 | 0.12 | 0.37 | 0.59 | 40 | 0.23 | 0.34 |
| Hex | 69 | 5C | 42 | 0 | C | 25 | 3B | 28 | 17 | 22 |
| Octal | 151 | 134 | 102 | 0 | 14 | 45 | 73 | 50 | 27 | 42 |
| Binary | 1101001 | 1011100 | 1000010 | 0 | 1100 | 100101 | 111011 | 101000 | 10111 | 100010 |
Color Harmonies of #695C42
Complementary color
Monochromatic Colors of #695C42
Black with #695C42
Text Example
Text Example
White with #695C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695C42; }
p { color: rgb(105,92,66); }
H1.HeaderClassName
{
color: #695C42;
}
.AnyTagClassName
{
color: #695C42;
}
</style>
background-color css
<style>
a { background-color: #695C42; }
a { background-color: rgb(105,92,66); }
div.DivClassName
{
background-color: #695C42;
}
.BgClassName
{
background-color: #695C42;
}
</style>
border-color css
<style>
span { border-color: #695C42; }
span { border-color: rgb(105,92,66); }
td.TdClassName
{
border-color: #695C42;
}
.TagClassName
{
border-color: #695C42;
}
</style>