Html Css Color HEX #70614A Soya Bean

📋 copy color: '#70614A'

red 112 ◦ green 97 ◦ blue 74

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

Shades of Soya Bean #70614A

Tints of Soya Bean #70614A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.28%

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

R = 39.58%
G = 34.28%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#70614A (or 0x70614A) is known color: Soya Bean. HEX triplet: 70, 61 and 4A. RGB value is (112,97,74). Sum of RGB (Red+Green+Blue) = 112+97+74=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #70614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70614A is #8F9EB5. Grayscale: #626262. Windows color (decimal): -9412278 or 4874608. OLE color: 4874608.

HSL color Cylindrical-coordinate representation of color #70614A: hue angle of 36.32º 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 #70614A is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 97 74 -
CMYK 0 0.13 0.34 0.56
HSL 36.32º 0.2% 0.36% -
HSV(B) 36.32º 0.34% 0.44% -
XYZ 12.19 12.49 8.25 -
YUV 98.86 113.97 137.37 -
System Red Green Blue C M Y K H S L
Decimal 112 97 74 0 0.13 0.34 0.56 36.32 0.2 0.36
Hex 70 61 4A 0 D 22 38 24 14 24
Octal 160 141 112 0 15 42 70 44 24 44
Binary 1110000 1100001 1001010 0 1101 100010 111000 100100 10100 100100

Color Harmonies of #70614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70614A

Black with #70614A

Text Example


Text Example

White with #70614A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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