Html Css Color HEX #70644C Soya Bean

📋 copy color: '#70644C'

red 112 ◦ green 100 ◦ blue 76

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

Shades of Soya Bean #70644C

Tints of Soya Bean #70644C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.72%

 BLUE value IS 76 (30.08% from 255) = 26.39%

R = 38.89%
G = 34.72%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#70644C (or 0x70644C) is known color: Soya Bean. HEX triplet: 70, 64 and 4C. RGB value is (112,100,76). Sum of RGB (Red+Green+Blue) = 112+100+76=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #70644C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70644C is #8F9BB3. Grayscale: #646464. Windows color (decimal): -9411508 or 5006448. OLE color: 5006448.

HSL color Cylindrical-coordinate representation of color #70644C: hue angle of 40º 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 #70644C is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 100 76 -
CMYK 0 0.11 0.32 0.56
HSL 40º 0.19% 0.37% -
HSV(B) 40º 0.32% 0.44% -
XYZ 12.54 13.08 8.7 -
YUV 100.85 113.98 135.95 -
System Red Green Blue C M Y K H S L
Decimal 112 100 76 0 0.11 0.32 0.56 40 0.19 0.37
Hex 70 64 4C 0 B 20 38 28 13 25
Octal 160 144 114 0 13 40 70 50 23 45
Binary 1110000 1100100 1001100 0 1011 100000 111000 101000 10011 100101

Color Harmonies of #70644C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70644C

Black with #70644C

Text Example


Text Example

White with #70644C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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