Shades of Soya Bean #695C43
Tints of Soya Bean #695C43
RGB
CMYK
RGB Variations
Color information
#695C43 (or 0x695C43) is known color: Soya Bean. HEX triplet: 69, 5C and 43. RGB value is (105,92,67). Sum of RGB (Red+Green+Blue) = 105+92+67=264 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.77% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 67 (26.56% from 255 or 25.38% from 264); Max value from RGB is 105 - color contains mainly: red. Hex color #695C43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695C43 is #96A3BC. Grayscale: #5D5D5D. Windows color (decimal): -9872317 or 4414569. OLE color: 4414569.
HSL color Cylindrical-coordinate representation of color #695C43: hue angle of 39.47º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #695C43 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 92 | 67 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.59 |
| HSL | 39.47º | 0.22% | 0.34% | - |
| HSV(B) | 39.47º | 0.36% | 0.41% | - |
| XYZ | 10.67 | 11.06 | 6.88 | - |
| YUV | 93.04 | 113.31 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 92 | 67 | 0 | 0.12 | 0.36 | 0.59 | 39.47 | 0.22 | 0.34 |
| Hex | 69 | 5C | 43 | 0 | C | 24 | 3B | 27 | 16 | 22 |
| Octal | 151 | 134 | 103 | 0 | 14 | 44 | 73 | 47 | 26 | 42 |
| Binary | 1101001 | 1011100 | 1000011 | 0 | 1100 | 100100 | 111011 | 100111 | 10110 | 100010 |
Color Harmonies of #695C43
Complementary color
Monochromatic Colors of #695C43
Black with #695C43
Text Example
Text Example
White with #695C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695C43; }
p { color: rgb(105,92,67); }
H1.HeaderClassName
{
color: #695C43;
}
.AnyTagClassName
{
color: #695C43;
}
</style>
background-color css
<style>
a { background-color: #695C43; }
a { background-color: rgb(105,92,67); }
div.DivClassName
{
background-color: #695C43;
}
.BgClassName
{
background-color: #695C43;
}
</style>
border-color css
<style>
span { border-color: #695C43; }
span { border-color: rgb(105,92,67); }
td.TdClassName
{
border-color: #695C43;
}
.TagClassName
{
border-color: #695C43;
}
</style>