Html Css Color HEX #706145 Soya Bean

📋 copy color: '#706145'

red 112 ◦ green 97 ◦ blue 69

#706145
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Soya Bean #706145

Tints of Soya Bean #706145

RGB

 RED value IS 112 (44.14% from 255) = 40.29%

 GREEN value IS 97 (38.28% from 255) = 34.89%

 BLUE value IS 69 (27.34% from 255) = 24.82%

R = 40.29%
G = 34.89%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#706145 (or 0x706145) is known color: Soya Bean. HEX triplet: 70, 61 and 45. RGB value is (112,97,69). Sum of RGB (Red+Green+Blue) = 112+97+69=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #706145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706145 is #8F9EBA. Grayscale: #626262. Windows color (decimal): -9412283 or 4546928. OLE color: 4546928.

HSL color Cylindrical-coordinate representation of color #706145: hue angle of 39.07º 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 #706145 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 97 69 -
CMYK 0 0.13 0.38 0.56
HSL 39.07º 0.24% 0.35% -
HSV(B) 39.07º 0.38% 0.44% -
XYZ 12.03 12.42 7.39 -
YUV 98.29 111.47 137.78 -
System Red Green Blue C M Y K H S L
Decimal 112 97 69 0 0.13 0.38 0.56 39.07 0.24 0.35
Hex 70 61 45 0 D 26 38 27 18 23
Octal 160 141 105 0 15 46 70 47 30 43
Binary 1110000 1100001 1000101 0 1101 100110 111000 100111 11000 100011

Color Harmonies of #706145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706145

Black with #706145

Text Example


Text Example

White with #706145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706145; }

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

 H1.HeaderClassName
 {
   color: #706145;
 }
 .AnyTagClassName
 {
   color: #706145;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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