#6B634C

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

Shades of Soya Bean #6B634C

Tints of Soya Bean #6B634C

Color information

#6B634C (or 0x6B634C) is unknown color: approx Soya Bean. HEX triplet: 6B, 63 and 4C. RGB value is (107,99,76). Sum of RGB (Red+Green+Blue) = 107+99+76=282 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.94% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 107 - color contains mainly: red. Hex color #6B634C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B634C is #949CB3. Grayscale: #626262. Windows color (decimal): -9739444 or 5006187. OLE color: 5006187.

HSL color Cylindrical-coordinate representation of color #6B634C: hue angle of 44.52º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B634C is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB1079976-
CMYK00.070.290.58
HSL44.52º16.94%35.88%-
HSV(B)44.52º28.97%41.96%-
XYZ11.8312.578.64-
YUV98.77115.15133.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.94%
GREEN value IS 99 (39.06% from 255) = 35.11%
BLUE value IS 76 (30.08% from 255) = 26.95%
R=37.94%
G=35.11%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107997600.070.290.5844.5216.9435.88
Hex6B634C071D3A2d1124
Octal153143114073572552144
Binary11010111100011100110001111110111101010110110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B634C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B634C; }

 p { color: rgb(107,99,76); }

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

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

 a { background-color: rgb(107,99,76); }

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

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

 span { border-color: rgb(107,99,76); }

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