Html Css Color HEX #706448 Soya Bean

📋 copy color: '#706448'

red 112 ◦ green 100 ◦ blue 72

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

Shades of Soya Bean #706448

Tints of Soya Bean #706448

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.21%

 BLUE value IS 72 (28.52% from 255) = 25.35%

R = 39.44%
G = 35.21%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#706448 (or 0x706448) is known color: Soya Bean. HEX triplet: 70, 64 and 48. RGB value is (112,100,72). Sum of RGB (Red+Green+Blue) = 112+100+72=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #706448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706448 is #8F9BB7. Grayscale: #646464. Windows color (decimal): -9411512 or 4744304. OLE color: 4744304.

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

Color convert

RGB 112 100 72 -
CMYK 0 0.11 0.36 0.56
HSL 42º 0.22% 0.36% -
HSV(B) 42º 0.36% 0.44% -
XYZ 12.41 13.03 7.99 -
YUV 100.4 111.98 136.28 -
System Red Green Blue C M Y K H S L
Decimal 112 100 72 0 0.11 0.36 0.56 42 0.22 0.36
Hex 70 64 48 0 B 24 38 2A 16 24
Octal 160 144 110 0 13 44 70 52 26 44
Binary 1110000 1100100 1001000 0 1011 100100 111000 101010 10110 100100

Color Harmonies of #706448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706448

Black with #706448

Text Example


Text Example

White with #706448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706448; }

 p { color: rgb(112,100,72); }

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

background-color css

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

 a { background-color: rgb(112,100,72); }

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

border-color css

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

 span { border-color: rgb(112,100,72); }

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