#70604A

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

Shades of Soya Bean #70604A

Tints of Soya Bean #70604A

Color information

#70604A (or 0x70604A) is unknown color: approx Soya Bean. HEX triplet: 70, 60 and 4A. RGB value is (112,96,74). Sum of RGB (Red+Green+Blue) = 112+96+74=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #70604A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70604A is #8F9FB5. Grayscale: #626262. Windows color (decimal): -9412534 or 4874352. OLE color: 4874352.

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

Color convert

RGB1129674-
CMYK00.140.340.56
HSL34.74º20.43%36.47%-
HSV(B)34.74º33.93%43.92%-
XYZ12.112.38.22-
YUV98.28114.3137.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.72%
GREEN value IS 96 (37.89% from 255) = 34.04%
BLUE value IS 74 (29.30% from 255) = 26.24%
R=39.72%
G=34.04%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112967400.140.340.5634.7420.4336.47
Hex70604A0E2238231424
Octal1601401120164270432444
Binary1110000110000010010100111010001011100010001110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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