#70654A

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

Shades of Soya Bean #70654A

Tints of Soya Bean #70654A

Color information

#70654A (or 0x70654A) is unknown color: approx Soya Bean. HEX triplet: 70, 65 and 4A. RGB value is (112,101,74). Sum of RGB (Red+Green+Blue) = 112+101+74=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #70654A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70654A is #8F9AB5. Grayscale: #656565. Windows color (decimal): -9411254 or 4875632. OLE color: 4875632.

HSL color Cylindrical-coordinate representation of color #70654A: hue angle of 42.63º 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 #70654A is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB11210174-
CMYK00.100.340.56
HSL42.63º20.43%36.47%-
HSV(B)42.63º33.93%43.92%-
XYZ12.5713.258.37-
YUV101.21112.64135.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.02%
GREEN value IS 101 (39.84% from 255) = 35.19%
BLUE value IS 74 (29.30% from 255) = 25.78%
R=39.02%
G=35.19%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121017400.100.340.5642.6320.4336.47
Hex70654A0A22382b1424
Octal1601451120124270532444
Binary1110000110010110010100101010001011100010101110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70654A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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