#69604A

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

Shades of Soya Bean #69604A

Tints of Soya Bean #69604A

Color information

#69604A (or 0x69604A) is unknown color: approx Soya Bean. HEX triplet: 69, 60 and 4A. RGB value is (105,96,74). Sum of RGB (Red+Green+Blue) = 105+96+74=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 105 - color contains mainly: red. Hex color #69604A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69604A is #969FB5. Grayscale: #606060. Windows color (decimal): -9871286 or 4874345. OLE color: 4874345.

HSL color Cylindrical-coordinate representation of color #69604A: hue angle of 42.58º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #69604A is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB1059674-
CMYK00.090.300.59
HSL42.58º17.32%35.1%-
HSV(B)42.58º29.52%41.18%-
XYZ11.2411.868.18-
YUV96.18115.48134.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.18%
GREEN value IS 96 (37.89% from 255) = 34.91%
BLUE value IS 74 (29.30% from 255) = 26.91%
R=38.18%
G=34.91%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105967400.090.300.5942.5817.3235.1
Hex69604A091E3B2b1123
Octal1511401120113673532143
Binary110100111000001001010010011111011101110101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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