#6E6350

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

Shades of Soya Bean #6E6350

Tints of Soya Bean #6E6350

Color information

#6E6350 (or 0x6E6350) is unknown color: approx Soya Bean. HEX triplet: 6E, 63 and 50. RGB value is (110,99,80). Sum of RGB (Red+Green+Blue) = 110+99+80=289 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.06% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6350 is #919CAF. Grayscale: #646464. Windows color (decimal): -9542832 or 5268334. OLE color: 5268334.

HSL color Cylindrical-coordinate representation of color #6E6350: hue angle of 38º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E6350 is Cyan = 0, Magento = 0.1, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB1109980-
CMYK00.10.270.57
HSL38º15.79%37.25%-
HSV(B)38º27.27%43.14%-
XYZ12.3412.829.41-
YUV100.12116.64135.04-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.06%
GREEN value IS 99 (39.06% from 255) = 34.26%
BLUE value IS 80 (31.64% from 255) = 27.68%
R=38.06%
G=34.26%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110998000.10.270.573815.7937.25
Hex6E63500A1B39261025
Octal1561431200123371462045
Binary110111011000111010000010101101111100110011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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