#70614a

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

Shades of Soya Bean #70614A

Tints of Soya Bean #70614A

Color information

#70614A (or 0x70614A) is unknown color: approx Soya Bean. HEX triplet: 70, 61 and 4A. RGB value is (112,97,74). Sum of RGB (Red+Green+Blue) = 112+97+74=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #70614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70614A is #8F9EB5. Grayscale: #626262. Windows color (decimal): -9412278 or 4874608. OLE color: 4874608.

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

Color convert

RGB1129774-
CMYK00.130.340.56
HSL36.32º20.43%36.47%-
HSV(B)36.32º33.93%43.92%-
XYZ12.1912.498.25-
YUV98.86113.97137.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.58%
GREEN value IS 97 (38.28% from 255) = 34.28%
BLUE value IS 74 (29.30% from 255) = 26.15%
R=39.58%
G=34.28%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112977400.130.340.5636.3220.4336.47
Hex70614A0D2238241424
Octal1601411120154270442444
Binary1110000110000110010100110110001011100010010010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70614a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70614a; }

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

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

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

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

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

<style>
 span { border-color: #70614a; }

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

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