#696045

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

Shades of Soya Bean #696045

Tints of Soya Bean #696045

Color information

#696045 (or 0x696045) is unknown color: approx Soya Bean. HEX triplet: 69, 60 and 45. RGB value is (105,96,69). Sum of RGB (Red+Green+Blue) = 105+96+69=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 105 - color contains mainly: red. Hex color #696045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696045 is #969FBA. Grayscale: #5F5F5F. Windows color (decimal): -9871291 or 4546665. OLE color: 4546665.

HSL color Cylindrical-coordinate representation of color #696045: hue angle of 45º 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 #696045 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB1059669-
CMYK00.090.340.59
HSL45º20.69%34.12%-
HSV(B)45º34.29%41.18%-
XYZ11.0811.87.32-
YUV95.61112.98134.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.89%
GREEN value IS 96 (37.89% from 255) = 35.56%
BLUE value IS 69 (27.34% from 255) = 25.56%
R=38.89%
G=35.56%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105966900.090.340.594520.6934.12
Hex69604509223B2d1522
Octal1511401050114273552542
Binary1101001110000010001010100110001011101110110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696045; }

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

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

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

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

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

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

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

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