#6F6350

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

Shades of Soya Bean #6F6350

Tints of Soya Bean #6F6350

Color information

#6F6350 (or 0x6F6350) is unknown color: approx Soya Bean. HEX triplet: 6F, 63 and 50. RGB value is (111,99,80). Sum of RGB (Red+Green+Blue) = 111+99+80=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6350 is #909CAF. Grayscale: #646464. Windows color (decimal): -9477296 or 5268335. OLE color: 5268335.

HSL color Cylindrical-coordinate representation of color #6F6350: hue angle of 36.77º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F6350 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB1119980-
CMYK00.110.280.56
HSL36.77º16.23%37.45%-
HSV(B)36.77º27.93%43.53%-
XYZ12.4712.889.42-
YUV100.42116.48135.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.28%
GREEN value IS 99 (39.06% from 255) = 34.14%
BLUE value IS 80 (31.64% from 255) = 27.59%
R=38.28%
G=34.14%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111998000.110.280.5636.7716.2337.45
Hex6F63500B1C38251025
Octal1571431200133470452045
Binary110111111000111010000010111110011100010010110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,99,80); }

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

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

 a { background-color: rgb(111,99,80); }

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

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

 span { border-color: rgb(111,99,80); }

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