#6F6047

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

Shades of Soya Bean #6F6047

Tints of Soya Bean #6F6047

Color information

#6F6047 (or 0x6F6047) is unknown color: approx Soya Bean. HEX triplet: 6F, 60 and 47. RGB value is (111,96,71). Sum of RGB (Red+Green+Blue) = 111+96+71=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 71 (28.12% from 255 or 25.54% from 278); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6047 is #909FB8. Grayscale: #616161. Windows color (decimal): -9478073 or 4677743. OLE color: 4677743.

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

Color convert

RGB1119671-
CMYK00.140.360.56
HSL37.5º21.98%35.69%-
HSV(B)37.5º36.04%43.53%-
XYZ11.8812.27.69-
YUV97.64112.97137.53-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.93%
GREEN value IS 96 (37.89% from 255) = 34.53%
BLUE value IS 71 (28.12% from 255) = 25.54%
R=39.93%
G=34.53%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111967100.140.360.5637.521.9835.69
Hex6F60470E2438261624
Octal1571401070164470462644
Binary1101111110000010001110111010010011100010011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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