#6E614B

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

Shades of Soya Bean #6E614B

Tints of Soya Bean #6E614B

Color information

#6E614B (or 0x6E614B) is unknown color: approx Soya Bean. HEX triplet: 6E, 61 and 4B. RGB value is (110,97,75). Sum of RGB (Red+Green+Blue) = 110+97+75=282 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.01% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 110 - color contains mainly: red. Hex color #6E614B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E614B is #919EB4. Grayscale: #626262. Windows color (decimal): -9543349 or 4940142. OLE color: 4940142.

HSL color Cylindrical-coordinate representation of color #6E614B: hue angle of 37.71º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E614B is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB1109775-
CMYK00.120.320.57
HSL37.71º18.92%36.27%-
HSV(B)37.71º31.82%43.14%-
XYZ11.9812.378.41-
YUV98.38114.81136.29-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.01%
GREEN value IS 97 (38.28% from 255) = 34.40%
BLUE value IS 75 (29.69% from 255) = 26.60%
R=39.01%
G=34.40%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110977500.120.320.5737.7118.9236.27
Hex6E614B0C2039261324
Octal1561411130144071462344
Binary1101110110000110010110110010000011100110011010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,97,75); }

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

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

 a { background-color: rgb(110,97,75); }

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

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

 span { border-color: rgb(110,97,75); }

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