#6F6149

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

Shades of Soya Bean #6F6149

Tints of Soya Bean #6F6149

Color information

#6F6149 (or 0x6F6149) is unknown color: approx Soya Bean. HEX triplet: 6F, 61 and 49. RGB value is (111,97,73). Sum of RGB (Red+Green+Blue) = 111+97+73=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6149 is #909EB6. Grayscale: #626262. Windows color (decimal): -9477815 or 4809071. OLE color: 4809071.

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

Color convert

RGB1119773-
CMYK00.130.340.56
HSL37.89º20.65%36.08%-
HSV(B)37.89º34.23%43.53%-
XYZ12.0312.418.06-
YUV98.45113.64136.95-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.50%
GREEN value IS 97 (38.28% from 255) = 34.52%
BLUE value IS 73 (28.91% from 255) = 25.98%
R=39.50%
G=34.52%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111977300.130.340.5637.8920.6536.08
Hex6F61490D2238261524
Octal1571411110154270462544
Binary1101111110000110010010110110001011100010011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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