#69604B

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

Shades of Soya Bean #69604B

Tints of Soya Bean #69604B

Color information

#69604B (or 0x69604B) is unknown color: approx Soya Bean. HEX triplet: 69, 60 and 4B. RGB value is (105,96,75). Sum of RGB (Red+Green+Blue) = 105+96+75=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 105 - color contains mainly: red. Hex color #69604B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69604B is #969FB4. Grayscale: #606060. Windows color (decimal): -9871285 or 4939881. OLE color: 4939881.

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

Color convert

RGB1059675-
CMYK00.090.290.59
HSL42º16.67%35.29%-
HSV(B)42º28.57%41.18%-
XYZ11.2811.888.35-
YUV96.3115.98134.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.04%
GREEN value IS 96 (37.89% from 255) = 34.78%
BLUE value IS 75 (29.69% from 255) = 27.17%
R=38.04%
G=34.78%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105967500.090.290.594216.6735.29
Hex69604B091D3B2a1123
Octal1511401130113573522143
Binary110100111000001001011010011110111101110101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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