Html Css Color HEX #70634D Soya Bean

📋 copy color: '#70634D'

red 112 ◦ green 99 ◦ blue 77

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

Shades of Soya Bean #70634D

Tints of Soya Bean #70634D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.38%

 BLUE value IS 77 (30.47% from 255) = 26.74%

R = 38.89%
G = 34.38%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#70634D (or 0x70634D) is known color: Soya Bean. HEX triplet: 70, 63 and 4D. RGB value is (112,99,77). Sum of RGB (Red+Green+Blue) = 112+99+77=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #70634D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70634D is #8F9CB2. Grayscale: #646464. Windows color (decimal): -9411763 or 5071728. OLE color: 5071728.

HSL color Cylindrical-coordinate representation of color #70634D: hue angle of 37.71º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70634D is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 99 77 -
CMYK 0 0.12 0.31 0.56
HSL 37.71º 0.19% 0.37% -
HSV(B) 37.71º 0.31% 0.44% -
XYZ 12.48 12.9 8.85 -
YUV 100.38 114.81 136.29 -
System Red Green Blue C M Y K H S L
Decimal 112 99 77 0 0.12 0.31 0.56 37.71 0.19 0.37
Hex 70 63 4D 0 C 1F 38 26 13 25
Octal 160 143 115 0 14 37 70 46 23 45
Binary 1110000 1100011 1001101 0 1100 11111 111000 100110 10011 100101

Color Harmonies of #70634D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70634D

Black with #70634D

Text Example


Text Example

White with #70634D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70634D; }

 p { color: rgb(112,99,77); }

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

background-color css

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

 a { background-color: rgb(112,99,77); }

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

border-color css

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

 span { border-color: rgb(112,99,77); }

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