Html Css Color HEX #645F4D Soya Bean

📋 copy color: '#645F4D'

red 100 ◦ green 95 ◦ blue 77

#645F4D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Soya Bean #645F4D

Tints of Soya Bean #645F4D

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 value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#645F4D (or 0x645F4D) is known color: 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

RGB 100 95 77 -
CMYK 0 0.05 0.23 0.61
HSL 46.96º 0.13% 0.35% -
HSV(B) 46.96º 0.23% 0.39% -
XYZ 10.69 11.43 8.66 -
YUV 94.44 118.16 131.96 -
System Red Green Blue C M Y K H S L
Decimal 100 95 77 0 0.05 0.23 0.61 46.96 0.13 0.35
Hex 64 5F 4D 0 5 17 3D 2F D 23
Octal 144 137 115 0 5 27 75 57 15 43
Binary 1100100 1011111 1001101 0 101 10111 111101 101111 1101 100011

Color Harmonies of #645F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645F4D

Black with #645F4D

Text Example


Text Example

White with #645F4D

Text Example


Text Example

HTML Codes & Css Web 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>