#69614D

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

Shades of Soya Bean #69614D

Tints of Soya Bean #69614D

Color information

#69614D (or 0x69614D) is unknown color: approx Soya Bean. HEX triplet: 69, 61 and 4D. RGB value is (105,97,77). Sum of RGB (Red+Green+Blue) = 105+97+77=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 105 - color contains mainly: red. Hex color #69614D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69614D is #969EB2. Grayscale: #616161. Windows color (decimal): -9871027 or 5071209. OLE color: 5071209.

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

Color convert

RGB1059777-
CMYK00.080.270.59
HSL42.86º15.38%35.69%-
HSV(B)42.86º26.67%41.18%-
XYZ11.4412.098.75-
YUV97.11116.65133.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.63%
GREEN value IS 97 (38.28% from 255) = 34.77%
BLUE value IS 77 (30.47% from 255) = 27.60%
R=37.63%
G=34.77%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105977700.080.270.5942.8615.3835.69
Hex69614D081B3B2bf24
Octal1511411150103373531744
Binary11010011100001100110101000110111110111010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69614D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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