Html Css Color HEX #70634A Soya Bean

📋 copy color: '#70634A'

red 112 ◦ green 99 ◦ blue 74

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

Shades of Soya Bean #70634A

Tints of Soya Bean #70634A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.96%

R = 39.3%
G = 34.74%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#70634A (or 0x70634A) is known color: Soya Bean. HEX triplet: 70, 63 and 4A. RGB value is (112,99,74). Sum of RGB (Red+Green+Blue) = 112+99+74=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 112 - color contains mainly: red. Hex color #70634A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70634A is #8F9CB5. Grayscale: #646464. Windows color (decimal): -9411766 or 4875120. OLE color: 4875120.

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

Color convert

RGB 112 99 74 -
CMYK 0 0.12 0.34 0.56
HSL 39.47º 0.2% 0.36% -
HSV(B) 39.47º 0.34% 0.44% -
XYZ 12.38 12.86 8.31 -
YUV 100.04 113.31 136.53 -
System Red Green Blue C M Y K H S L
Decimal 112 99 74 0 0.12 0.34 0.56 39.47 0.2 0.36
Hex 70 63 4A 0 C 22 38 27 14 24
Octal 160 143 112 0 14 42 70 47 24 44
Binary 1110000 1100011 1001010 0 1100 100010 111000 100111 10100 100100

Color Harmonies of #70634A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70634A

Black with #70634A

Text Example


Text Example

White with #70634A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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