#70634C

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

Shades of Soya Bean #70634C

Tints of Soya Bean #70634C

Color information

#70634C (or 0x70634C) is unknown color: approx Soya Bean. HEX triplet: 70, 63 and 4C. RGB value is (112,99,76). Sum of RGB (Red+Green+Blue) = 112+99+76=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #70634C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70634C is #8F9CB3. Grayscale: #646464. Windows color (decimal): -9411764 or 5006192. OLE color: 5006192.

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

Color convert

RGB1129976-
CMYK00.120.320.56
HSL38.33º19.15%36.86%-
HSV(B)38.33º32.14%43.92%-
XYZ12.4512.898.67-
YUV100.26114.31136.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.02%
GREEN value IS 99 (39.06% from 255) = 34.49%
BLUE value IS 76 (30.08% from 255) = 26.48%
R=39.02%
G=34.49%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112997600.120.320.5638.3319.1536.86
Hex70634C0C2038261325
Octal1601431140144070462345
Binary1110000110001110011000110010000011100010011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70634C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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