#6A6148

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

Shades of Soya Bean #6A6148

Tints of Soya Bean #6A6148

Color information

#6A6148 (or 0x6A6148) is unknown color: approx Soya Bean. HEX triplet: 6A, 61 and 48. RGB value is (106,97,72). Sum of RGB (Red+Green+Blue) = 106+97+72=275 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.55% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6148 is #959EB7. Grayscale: #606060. Windows color (decimal): -9805496 or 4743530. OLE color: 4743530.

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

Color convert

RGB1069772-
CMYK00.080.320.58
HSL44.12º19.1%34.9%-
HSV(B)44.12º32.08%41.57%-
XYZ11.3912.087.86-
YUV96.84113.98134.53-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.55%
GREEN value IS 97 (38.28% from 255) = 35.27%
BLUE value IS 72 (28.52% from 255) = 26.18%
R=38.55%
G=35.27%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106977200.080.320.5844.1219.134.9
Hex6A614808203A2c1323
Octal1521411100104072542343
Binary1101010110000110010000100010000011101010110010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,97,72); }

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

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

 a { background-color: rgb(106,97,72); }

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

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

 span { border-color: rgb(106,97,72); }

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