#6F6449

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

Shades of Soya Bean #6F6449

Tints of Soya Bean #6F6449

Color information

#6F6449 (or 0x6F6449) is unknown color: approx Soya Bean. HEX triplet: 6F, 64 and 49. RGB value is (111,100,73). Sum of RGB (Red+Green+Blue) = 111+100+73=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6449 is #909BB6. Grayscale: #646464. Windows color (decimal): -9477047 or 4809839. OLE color: 4809839.

HSL color Cylindrical-coordinate representation of color #6F6449: hue angle of 42.63º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F6449 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB11110073-
CMYK00.100.340.56
HSL42.63º20.65%36.08%-
HSV(B)42.63º34.23%43.53%-
XYZ12.3212.978.16-
YUV100.21112.64135.7-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.08%
GREEN value IS 100 (39.45% from 255) = 35.21%
BLUE value IS 73 (28.91% from 255) = 25.70%
R=39.08%
G=35.21%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111007300.100.340.5642.6320.6536.08
Hex6F64490A22382b1524
Octal1571441110124270532544
Binary1101111110010010010010101010001011100010101110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,100,73); }

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

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

 a { background-color: rgb(111,100,73); }

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

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

 span { border-color: rgb(111,100,73); }

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