#645E4B

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

Shades of Soya Bean #645E4B

Tints of Soya Bean #645E4B

Color information

#645E4B (or 0x645E4B) is unknown color: approx Soya Bean. HEX triplet: 64, 5E and 4B. RGB value is (100,94,75). Sum of RGB (Red+Green+Blue) = 100+94+75=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 100 - color contains mainly: red. Hex color #645E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645E4B is #9BA1B4. Grayscale: #5D5D5D. Windows color (decimal): -10199477 or 4939364. OLE color: 4939364.

HSL color Cylindrical-coordinate representation of color #645E4B: hue angle of 45.6º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #645E4B is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB1009475-
CMYK00.060.250.61
HSL45.6º14.29%34.31%-
HSV(B)45.6º25%39.22%-
XYZ10.5311.228.27-
YUV93.63117.49132.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.17%
GREEN value IS 94 (37.11% from 255) = 34.94%
BLUE value IS 75 (29.69% from 255) = 27.88%
R=37.17%
G=34.94%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100947500.060.250.6145.614.2934.31
Hex645E4B06193D2ee22
Octal144136113063175561642
Binary1100100101111010010110110110011111011011101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,94,75); }

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

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

 a { background-color: rgb(100,94,75); }

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

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

 span { border-color: rgb(100,94,75); }

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