Html Css Color HEX #706144 Soya Bean

📋 copy color: '#706144'

red 112 ◦ green 97 ◦ blue 68

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

Shades of Soya Bean #706144

Tints of Soya Bean #706144

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 value IS 0

 M value IS 0.13

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#706144 (or 0x706144) is known color: 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

RGB 112 97 68 -
CMYK 0 0.13 0.39 0.56
HSL 39.55º 0.24% 0.35% -
HSV(B) 39.55º 0.39% 0.44% -
XYZ 12 12.41 7.23 -
YUV 98.18 110.97 137.86 -
System Red Green Blue C M Y K H S L
Decimal 112 97 68 0 0.13 0.39 0.56 39.55 0.24 0.35
Hex 70 61 44 0 D 27 38 28 18 23
Octal 160 141 104 0 15 47 70 50 30 43
Binary 1110000 1100001 1000100 0 1101 100111 111000 101000 11000 100011

Color Harmonies of #706144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706144

Black with #706144

Text Example


Text Example

White with #706144

Text Example


Text Example

HTML Codes & Css Web 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>