#69604C

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

Shades of Soya Bean #69604C

Tints of Soya Bean #69604C

Color information

#69604C (or 0x69604C) is unknown color: approx Soya Bean. HEX triplet: 69, 60 and 4C. RGB value is (105,96,76). Sum of RGB (Red+Green+Blue) = 105+96+76=277 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.91% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 105 - color contains mainly: red. Hex color #69604C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69604C is #969FB3. Grayscale: #606060. Windows color (decimal): -9871284 or 5005417. OLE color: 5005417.

HSL color Cylindrical-coordinate representation of color #69604C: hue angle of 41.38º 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 #69604C is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB1059676-
CMYK00.090.280.59
HSL41.38º16.02%35.49%-
HSV(B)41.38º27.62%41.18%-
XYZ11.3111.898.54-
YUV96.41116.48134.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.91%
GREEN value IS 96 (37.89% from 255) = 34.66%
BLUE value IS 76 (30.08% from 255) = 27.44%
R=37.91%
G=34.66%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105967600.090.280.5941.3816.0235.49
Hex69604C091C3B291023
Octal1511401140113473512043
Binary110100111000001001100010011110011101110100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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