#70644E

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

Shades of Soya Bean #70644E

Tints of Soya Bean #70644E

Color information

#70644E (or 0x70644E) is unknown color: approx Soya Bean. HEX triplet: 70, 64 and 4E. RGB value is (112,100,78). Sum of RGB (Red+Green+Blue) = 112+100+78=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #70644E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70644E is #8F9BB1. Grayscale: #656565. Windows color (decimal): -9411506 or 5137520. OLE color: 5137520.

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

Color convert

RGB11210078-
CMYK00.110.300.56
HSL38.82º17.89%37.25%-
HSV(B)38.82º30.36%43.92%-
XYZ12.6113.119.07-
YUV101.08114.98135.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.62%
GREEN value IS 100 (39.45% from 255) = 34.48%
BLUE value IS 78 (30.86% from 255) = 26.90%
R=38.62%
G=34.48%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121007800.110.300.5638.8217.8937.25
Hex70644E0B1E38271225
Octal1601441160133670472245
Binary111000011001001001110010111111011100010011110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70644E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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