#69624F

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

Shades of Soya Bean #69624F

Tints of Soya Bean #69624F

Color information

#69624F (or 0x69624F) is unknown color: approx Soya Bean. HEX triplet: 69, 62 and 4F. RGB value is (105,98,79). Sum of RGB (Red+Green+Blue) = 105+98+79=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 105 - color contains mainly: red. Hex color #69624F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69624F is #969DB0. Grayscale: #626262. Windows color (decimal): -9870769 or 5202537. OLE color: 5202537.

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

Color convert

RGB1059879-
CMYK00.070.250.59
HSL43.85º14.13%36.08%-
HSV(B)43.85º24.76%41.18%-
XYZ11.612.39.16-
YUV97.93117.32133.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.23%
GREEN value IS 98 (38.67% from 255) = 34.75%
BLUE value IS 79 (31.25% from 255) = 28.01%
R=37.23%
G=34.75%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105987900.070.250.5943.8514.1336.08
Hex69624F07193B2ce24
Octal151142117073173541644
Binary1101001110001010011110111110011110111011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69624F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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