#70644D

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

Shades of Soya Bean #70644D

Tints of Soya Bean #70644D

Color information

#70644D (or 0x70644D) is unknown color: approx Soya Bean. HEX triplet: 70, 64 and 4D. RGB value is (112,100,77). Sum of RGB (Red+Green+Blue) = 112+100+77=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 112 - color contains mainly: red. Hex color #70644D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70644D is #8F9BB2. Grayscale: #656565. Windows color (decimal): -9411507 or 5071984. OLE color: 5071984.

HSL color Cylindrical-coordinate representation of color #70644D: hue angle of 39.43º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70644D is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB11210077-
CMYK00.110.310.56
HSL39.43º18.52%37.06%-
HSV(B)39.43º31.25%43.92%-
XYZ12.5813.098.89-
YUV100.97114.48135.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.75%
GREEN value IS 100 (39.45% from 255) = 34.60%
BLUE value IS 77 (30.47% from 255) = 26.64%
R=38.75%
G=34.60%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121007700.110.310.5639.4318.5237.06
Hex70644D0B1F38271325
Octal1601441150133770472345
Binary111000011001001001101010111111111100010011110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70644D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70644D; }

 p { color: rgb(112,100,77); }

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

<style>
 a { background-color: #70644D; }

 a { background-color: rgb(112,100,77); }

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

<style>
 span { border-color: #70644D; }

 span { border-color: rgb(112,100,77); }

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