#706144

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

Shades of Soya Bean #706144

Tints of Soya Bean #706144

Color information

#706144 (or 0x706144) is unknown color: approx Soya Bean. HEX triplet: 70, 61 and 44. RGB value is (112,97,68). Sum of RGB (Red+Green+Blue) = 112+97+68=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #706144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706144 is #8F9EBB. Grayscale: #626262. Windows color (decimal): -9412284 or 4481392. OLE color: 4481392.

HSL color Cylindrical-coordinate representation of color #706144: hue angle of 39.55º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #706144 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB1129768-
CMYK00.130.390.56
HSL39.55º24.44%35.29%-
HSV(B)39.55º39.29%43.92%-
XYZ1212.417.23-
YUV98.18110.97137.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.43%
GREEN value IS 97 (38.28% from 255) = 35.02%
BLUE value IS 68 (26.95% from 255) = 24.55%
R=40.43%
G=35.02%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112976800.130.390.5639.5524.4435.29
Hex7061440D2738281823
Octal1601411040154770503043
Binary1110000110000110001000110110011111100010100011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706144; }

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

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

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

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

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

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

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

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