#70634D

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

Shades of Soya Bean #70634D

Tints of Soya Bean #70634D

Color information

#70634D (or 0x70634D) is unknown color: approx Soya Bean. HEX triplet: 70, 63 and 4D. RGB value is (112,99,77). Sum of RGB (Red+Green+Blue) = 112+99+77=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #70634D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70634D is #8F9CB2. Grayscale: #646464. Windows color (decimal): -9411763 or 5071728. OLE color: 5071728.

HSL color Cylindrical-coordinate representation of color #70634D: hue angle of 37.71º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70634D is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB1129977-
CMYK00.120.310.56
HSL37.71º18.52%37.06%-
HSV(B)37.71º31.25%43.92%-
XYZ12.4812.98.85-
YUV100.38114.81136.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.89%
GREEN value IS 99 (39.06% from 255) = 34.38%
BLUE value IS 77 (30.47% from 255) = 26.74%
R=38.89%
G=34.38%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112997700.120.310.5637.7118.5237.06
Hex70634D0C1F38261325
Octal1601431150143770462345
Binary111000011000111001101011001111111100010011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70634D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70634D; }

 p { color: rgb(112,99,77); }

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

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

 a { background-color: rgb(112,99,77); }

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

<style>
 span { border-color: #70634D; }

 span { border-color: rgb(112,99,77); }

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