#695E45

Color #695E45 Soya Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soya Bean #695E45

Tints of Soya Bean #695E45

Color information

#695E45 (or 0x695E45) is unknown color: approx Soya Bean. HEX triplet: 69, 5E and 45. RGB value is (105,94,69). Sum of RGB (Red+Green+Blue) = 105+94+69=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 105 - color contains mainly: red. Hex color #695E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695E45 is #96A1BA. Grayscale: #5E5E5E. Windows color (decimal): -9871803 or 4546153. OLE color: 4546153.

HSL color Cylindrical-coordinate representation of color #695E45: hue angle of 41.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #695E45 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB1059469-
CMYK00.100.340.59
HSL41.67º20.69%34.12%-
HSV(B)41.67º34.29%41.18%-
XYZ10.911.447.26-
YUV94.44113.64135.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 39.18%
GREEN value IS 94 (37.11% from 255) = 35.07%
BLUE value IS 69 (27.34% from 255) = 25.75%
R=39.18%
G=35.07%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105946900.100.340.5941.6720.6934.12
Hex695E450A223B2a1522
Octal1511361050124273522542
Binary1101001101111010001010101010001011101110101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695E45; }

 p { color: rgb(105,94,69); }

 H1.HeaderClassName
 {
   color: #695E45;
 }
 .AnyTagClassName
 {
   color: #695E45;
 }
</style>
background-color css

<style>
 a { background-color: #695E45; }

 a { background-color: rgb(105,94,69); }

 div.DivClassName
 {
   background-color: #695E45;
 }
 .BgClassName
 {
   background-color: #695E45;
 }
</style>
border-color css

<style>
 span { border-color: #695E45; }

 span { border-color: rgb(105,94,69); }

 td.TdClassName
 {
   border-color: #695E45;
 }
 .TagClassName
 {
   border-color: #695E45;
 }
</style>