#6B634A

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

Shades of Soya Bean #6B634A

Tints of Soya Bean #6B634A

Color information

#6B634A (or 0x6B634A) is unknown color: approx Soya Bean. HEX triplet: 6B, 63 and 4A. RGB value is (107,99,74). Sum of RGB (Red+Green+Blue) = 107+99+74=280 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.21% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 107 - color contains mainly: red. Hex color #6B634A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B634A is #949CB5. Grayscale: #626262. Windows color (decimal): -9739446 or 4875115. OLE color: 4875115.

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

Color convert

RGB1079974-
CMYK00.070.310.58
HSL45.45º18.23%35.49%-
HSV(B)45.45º30.84%41.96%-
XYZ11.7612.548.28-
YUV98.54114.15134.03-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.21%
GREEN value IS 99 (39.06% from 255) = 35.36%
BLUE value IS 74 (29.30% from 255) = 26.43%
R=38.21%
G=35.36%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107997400.070.310.5845.4518.2335.49
Hex6B634A071F3A2d1223
Octal153143112073772552243
Binary11010111100011100101001111111111101010110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B634A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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