#645B45

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

Shades of Soya Bean #645B45

Tints of Soya Bean #645B45

Color information

#645B45 (or 0x645B45) is unknown color: approx Soya Bean. HEX triplet: 64, 5B and 45. RGB value is (100,91,69). Sum of RGB (Red+Green+Blue) = 100+91+69=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 100 - color contains mainly: red. Hex color #645B45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645B45 is #9BA4BA. Grayscale: #5B5B5B. Windows color (decimal): -10200251 or 4545380. OLE color: 4545380.

HSL color Cylindrical-coordinate representation of color #645B45: hue angle of 42.58º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #645B45 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB1009169-
CMYK00.090.310.61
HSL42.58º18.34%33.14%-
HSV(B)42.58º31%39.22%-
XYZ10.0710.627.15-
YUV91.18115.48134.29-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.46%
GREEN value IS 91 (35.94% from 255) = 35%
BLUE value IS 69 (27.34% from 255) = 26.54%
R=38.46%
G=35%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100916900.090.310.6142.5818.3433.14
Hex645B45091F3D2b1221
Octal1441331050113775532241
Binary110010010110111000101010011111111110110101110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645B45; }

 p { color: rgb(100,91,69); }

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

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

 a { background-color: rgb(100,91,69); }

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

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

 span { border-color: rgb(100,91,69); }

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