Html Css Color HEX #70634F Soya Bean

📋 copy color: '#70634F'

red 112 ◦ green 99 ◦ blue 79

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

Shades of Soya Bean #70634F

Tints of Soya Bean #70634F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.24%

R = 38.62%
G = 34.14%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#70634F (or 0x70634F) is known color: Soya Bean. HEX triplet: 70, 63 and 4F. RGB value is (112,99,79). Sum of RGB (Red+Green+Blue) = 112+99+79=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #70634F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70634F is #8F9CB0. Grayscale: #646464. Windows color (decimal): -9411761 or 5202800. OLE color: 5202800.

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

Color convert

RGB 112 99 79 -
CMYK 0 0.12 0.29 0.56
HSL 36.36º 0.17% 0.37% -
HSV(B) 36.36º 0.29% 0.44% -
XYZ 12.56 12.93 9.23 -
YUV 100.61 115.81 136.13 -
System Red Green Blue C M Y K H S L
Decimal 112 99 79 0 0.12 0.29 0.56 36.36 0.17 0.37
Hex 70 63 4F 0 C 1D 38 24 11 25
Octal 160 143 117 0 14 35 70 44 21 45
Binary 1110000 1100011 1001111 0 1100 11101 111000 100100 10001 100101

Color Harmonies of #70634F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70634F

Black with #70634F

Text Example


Text Example

White with #70634F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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