#6F6049

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

Shades of Soya Bean #6F6049

Tints of Soya Bean #6F6049

Color information

#6F6049 (or 0x6F6049) is unknown color: approx Soya Bean. HEX triplet: 6F, 60 and 49. RGB value is (111,96,73). Sum of RGB (Red+Green+Blue) = 111+96+73=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6049 is #909FB6. Grayscale: #616161. Windows color (decimal): -9478071 or 4808815. OLE color: 4808815.

HSL color Cylindrical-coordinate representation of color #6F6049: hue angle of 36.32º 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 #6F6049 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB1119673-
CMYK00.140.340.56
HSL36.32º20.65%36.08%-
HSV(B)36.32º34.23%43.53%-
XYZ11.9412.238.03-
YUV97.86113.97137.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.64%
GREEN value IS 96 (37.89% from 255) = 34.29%
BLUE value IS 73 (28.91% from 255) = 26.07%
R=39.64%
G=34.29%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111967300.140.340.5636.3220.6536.08
Hex6F60490E2238241524
Octal1571401110164270442544
Binary1101111110000010010010111010001011100010010010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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