#69614E

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

Shades of Soya Bean #69614E

Tints of Soya Bean #69614E

Color information

#69614E (or 0x69614E) is unknown color: approx Soya Bean. HEX triplet: 69, 61 and 4E. RGB value is (105,97,78). Sum of RGB (Red+Green+Blue) = 105+97+78=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 105 - color contains mainly: red. Hex color #69614E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69614E is #969EB1. Grayscale: #616161. Windows color (decimal): -9871026 or 5136745. OLE color: 5136745.

HSL color Cylindrical-coordinate representation of color #69614E: hue angle of 42.22º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #69614E is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB1059778-
CMYK00.080.260.59
HSL42.22º14.75%35.88%-
HSV(B)42.22º25.71%41.18%-
XYZ11.4812.18.94-
YUV97.23117.15133.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.5%
GREEN value IS 97 (38.28% from 255) = 34.64%
BLUE value IS 78 (30.86% from 255) = 27.86%
R=37.5%
G=34.64%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105977800.080.260.5942.2214.7535.88
Hex69614E081A3B2af24
Octal1511411160103273521744
Binary11010011100001100111001000110101110111010101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69614E; }

 p { color: rgb(105,97,78); }

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

<style>
 a { background-color: #69614E; }

 a { background-color: rgb(105,97,78); }

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

<style>
 span { border-color: #69614E; }

 span { border-color: rgb(105,97,78); }

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