#645F4D

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

Shades of Soya Bean #645F4D

Tints of Soya Bean #645F4D

Color information

#645F4D (or 0x645F4D) is unknown color: approx Soya Bean. HEX triplet: 64, 5F and 4D. RGB value is (100,95,77). Sum of RGB (Red+Green+Blue) = 100+95+77=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 100 - color contains mainly: red. Hex color #645F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645F4D is #9BA0B2. Grayscale: #5E5E5E. Windows color (decimal): -10199219 or 5070692. OLE color: 5070692.

HSL color Cylindrical-coordinate representation of color #645F4D: hue angle of 46.96º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #645F4D is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB1009577-
CMYK00.050.230.61
HSL46.96º12.99%34.71%-
HSV(B)46.96º23%39.22%-
XYZ10.6911.438.66-
YUV94.44118.16131.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.76%
GREEN value IS 95 (37.5% from 255) = 34.93%
BLUE value IS 77 (30.47% from 255) = 28.31%
R=36.76%
G=34.93%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100957700.050.230.6146.9612.9934.71
Hex645F4D05173D2fd23
Octal144137115052775571543
Binary1100100101111110011010101101111111011011111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,95,77); }

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

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

 a { background-color: rgb(100,95,77); }

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

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

 span { border-color: rgb(100,95,77); }

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