#69624C

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

Shades of Soya Bean #69624C

Tints of Soya Bean #69624C

Color information

#69624C (or 0x69624C) is unknown color: approx Soya Bean. HEX triplet: 69, 62 and 4C. RGB value is (105,98,76). Sum of RGB (Red+Green+Blue) = 105+98+76=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 105 - color contains mainly: red. Hex color #69624C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69624C is #969DB3. Grayscale: #616161. Windows color (decimal): -9870772 or 5005929. OLE color: 5005929.

HSL color Cylindrical-coordinate representation of color #69624C: hue angle of 45.52º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #69624C is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB1059876-
CMYK00.070.280.59
HSL45.52º16.02%35.49%-
HSV(B)45.52º27.62%41.18%-
XYZ11.512.268.6-
YUV97.58115.82133.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.63%
GREEN value IS 98 (38.67% from 255) = 35.13%
BLUE value IS 76 (30.08% from 255) = 27.24%
R=37.63%
G=35.13%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105987600.070.280.5945.5216.0235.49
Hex69624C071C3B2e1023
Octal151142114073473562043
Binary11010011100010100110001111110011101110111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69624C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69624C; }

 p { color: rgb(105,98,76); }

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

<style>
 a { background-color: #69624C; }

 a { background-color: rgb(105,98,76); }

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

<style>
 span { border-color: #69624C; }

 span { border-color: rgb(105,98,76); }

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