#70664A

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

Shades of Soya Bean #70664A

Tints of Soya Bean #70664A

Color information

#70664A (or 0x70664A) is unknown color: approx Soya Bean. HEX triplet: 70, 66 and 4A. RGB value is (112,102,74). Sum of RGB (Red+Green+Blue) = 112+102+74=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #70664A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70664A is #8F99B5. Grayscale: #656565. Windows color (decimal): -9410998 or 4875888. OLE color: 4875888.

HSL color Cylindrical-coordinate representation of color #70664A: hue angle of 44.21º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70664A is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB11210274-
CMYK00.090.340.56
HSL44.21º20.43%36.47%-
HSV(B)44.21º33.93%43.92%-
XYZ12.6713.448.41-
YUV101.8112.31135.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.89%
GREEN value IS 102 (40.23% from 255) = 35.42%
BLUE value IS 74 (29.30% from 255) = 25.69%
R=38.89%
G=35.42%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121027400.090.340.5644.2120.4336.47
Hex70664A0922382c1424
Octal1601461120114270542444
Binary1110000110011010010100100110001011100010110010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70664A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,102,74); }

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

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

 a { background-color: rgb(112,102,74); }

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

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

 span { border-color: rgb(112,102,74); }

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