#6A6049

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

Shades of Soya Bean #6A6049

Tints of Soya Bean #6A6049

Color information

#6A6049 (or 0x6A6049) is unknown color: approx Soya Bean. HEX triplet: 6A, 60 and 49. RGB value is (106,96,73). Sum of RGB (Red+Green+Blue) = 106+96+73=275 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.55% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6049 is #959FB6. Grayscale: #606060. Windows color (decimal): -9805751 or 4808810. OLE color: 4808810.

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

Color convert

RGB1069673-
CMYK00.090.310.58
HSL41.82º18.44%35.1%-
HSV(B)41.82º31.13%41.57%-
XYZ11.3311.918.01-
YUV96.37114.81134.87-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.55%
GREEN value IS 96 (37.89% from 255) = 34.91%
BLUE value IS 73 (28.91% from 255) = 26.55%
R=38.55%
G=34.91%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106967300.090.310.5841.8218.4435.1
Hex6A6049091F3A2a1223
Octal1521401110113772522243
Binary110101011000001001001010011111111101010101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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