#706245

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

Shades of Soya Bean #706245

Tints of Soya Bean #706245

Color information

#706245 (or 0x706245) is unknown color: approx Soya Bean. HEX triplet: 70, 62 and 45. RGB value is (112,98,69). Sum of RGB (Red+Green+Blue) = 112+98+69=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #706245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706245 is #8F9DBA. Grayscale: #636363. Windows color (decimal): -9412027 or 4547184. OLE color: 4547184.

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

Color convert

RGB1129869-
CMYK00.130.380.56
HSL40.47º23.76%35.49%-
HSV(B)40.47º38.39%43.92%-
XYZ12.1212.617.43-
YUV98.88111.14137.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.14%
GREEN value IS 98 (38.67% from 255) = 35.13%
BLUE value IS 69 (27.34% from 255) = 24.73%
R=40.14%
G=35.13%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112986900.130.380.5640.4723.7635.49
Hex7062450D2638281823
Octal1601421050154670503043
Binary1110000110001010001010110110011011100010100011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706245; }

 p { color: rgb(112,98,69); }

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

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

 a { background-color: rgb(112,98,69); }

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

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

 span { border-color: rgb(112,98,69); }

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