#696044

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

Shades of Soya Bean #696044

Tints of Soya Bean #696044

Color information

#696044 (or 0x696044) is unknown color: approx Soya Bean. HEX triplet: 69, 60 and 44. RGB value is (105,96,68). Sum of RGB (Red+Green+Blue) = 105+96+68=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 105 - color contains mainly: red. Hex color #696044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696044 is #969FBB. Grayscale: #5F5F5F. Windows color (decimal): -9871292 or 4481129. OLE color: 4481129.

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

Color convert

RGB1059668-
CMYK00.090.350.59
HSL45.41º21.39%33.92%-
HSV(B)45.41º35.24%41.18%-
XYZ11.0511.797.16-
YUV95.5112.48134.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.03%
GREEN value IS 96 (37.89% from 255) = 35.69%
BLUE value IS 68 (26.95% from 255) = 25.28%
R=39.03%
G=35.69%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105966800.090.350.5945.4121.3933.92
Hex69604409233B2d1522
Octal1511401040114373552542
Binary1101001110000010001000100110001111101110110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696044; }

 p { color: rgb(105,96,68); }

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

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

 a { background-color: rgb(105,96,68); }

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

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

 span { border-color: rgb(105,96,68); }

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