#6A6047

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

Shades of Soya Bean #6A6047

Tints of Soya Bean #6A6047

Color information

#6A6047 (or 0x6A6047) is unknown color: approx Soya Bean. HEX triplet: 6A, 60 and 47. RGB value is (106,96,71). Sum of RGB (Red+Green+Blue) = 106+96+71=273 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.83% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6047 is #959FB8. Grayscale: #606060. Windows color (decimal): -9805753 or 4677738. OLE color: 4677738.

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

Color convert

RGB1069671-
CMYK00.090.330.58
HSL42.86º19.77%34.71%-
HSV(B)42.86º33.02%41.57%-
XYZ11.2611.887.66-
YUV96.14113.81135.03-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.83%
GREEN value IS 96 (37.89% from 255) = 35.16%
BLUE value IS 71 (28.12% from 255) = 26.01%
R=38.83%
G=35.16%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106967100.090.330.5842.8619.7734.71
Hex6A604709213A2b1423
Octal1521401070114172532443
Binary1101010110000010001110100110000111101010101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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