Html Css Color HEX #70634C Soya Bean

📋 copy color: '#70634C'

red 112 ◦ green 99 ◦ blue 76

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

Shades of Soya Bean #70634C

Tints of Soya Bean #70634C

RGB

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

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

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

R = 39.02%
G = 34.49%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#70634C (or 0x70634C) is known color: Soya Bean. HEX triplet: 70, 63 and 4C. RGB value is (112,99,76). Sum of RGB (Red+Green+Blue) = 112+99+76=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #70634C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70634C is #8F9CB3. Grayscale: #646464. Windows color (decimal): -9411764 or 5006192. OLE color: 5006192.

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

Color convert

RGB 112 99 76 -
CMYK 0 0.12 0.32 0.56
HSL 38.33º 0.19% 0.37% -
HSV(B) 38.33º 0.32% 0.44% -
XYZ 12.45 12.89 8.67 -
YUV 100.27 114.31 136.37 -
System Red Green Blue C M Y K H S L
Decimal 112 99 76 0 0.12 0.32 0.56 38.33 0.19 0.37
Hex 70 63 4C 0 C 20 38 26 13 25
Octal 160 143 114 0 14 40 70 46 23 45
Binary 1110000 1100011 1001100 0 1100 100000 111000 100110 10011 100101

Color Harmonies of #70634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70634C

Black with #70634C

Text Example


Text Example

White with #70634C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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