#6A6048

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

Shades of Soya Bean #6A6048

Tints of Soya Bean #6A6048

Color information

#6A6048 (or 0x6A6048) is unknown color: approx Soya Bean. HEX triplet: 6A, 60 and 48. RGB value is (106,96,72). Sum of RGB (Red+Green+Blue) = 106+96+72=274 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.69% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6048 is #959FB7. Grayscale: #606060. Windows color (decimal): -9805752 or 4743274. OLE color: 4743274.

HSL color Cylindrical-coordinate representation of color #6A6048: hue angle of 42.35º 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 #6A6048 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB1069672-
CMYK00.090.320.58
HSL42.35º19.1%34.9%-
HSV(B)42.35º32.08%41.57%-
XYZ11.311.97.83-
YUV96.25114.31134.95-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.69%
GREEN value IS 96 (37.89% from 255) = 35.04%
BLUE value IS 72 (28.52% from 255) = 26.28%
R=38.69%
G=35.04%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106967200.090.320.5842.3519.134.9
Hex6A604809203A2a1323
Octal1521401100114072522343
Binary1101010110000010010000100110000011101010101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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