#6E5E43

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

Shades of Soya Bean #6E5E43

Tints of Soya Bean #6E5E43

Color information

#6E5E43 (or 0x6E5E43) is unknown color: approx Soya Bean. HEX triplet: 6E, 5E and 43. RGB value is (110,94,67). Sum of RGB (Red+Green+Blue) = 110+94+67=271 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.59% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 67 (26.56% from 255 or 24.72% from 271); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5E43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5E43 is #91A1BC. Grayscale: #5F5F5F. Windows color (decimal): -9544125 or 4415086. OLE color: 4415086.

HSL color Cylindrical-coordinate representation of color #6E5E43: hue angle of 37.67º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6E5E43 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.57.

Color convert

RGB1109467-
CMYK00.150.390.57
HSL37.67º24.29%34.71%-
HSV(B)37.67º39.09%43.14%-
XYZ11.4511.736.97-
YUV95.71111.8138.2-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.59%
GREEN value IS 94 (37.11% from 255) = 34.69%
BLUE value IS 67 (26.56% from 255) = 24.72%
R=40.59%
G=34.69%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110946700.150.390.5737.6724.2934.71
Hex6E5E430F2739261823
Octal1561361030174771463043
Binary1101110101111010000110111110011111100110011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,94,67); }

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

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

 a { background-color: rgb(110,94,67); }

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

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

 span { border-color: rgb(110,94,67); }

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