Html Css Color HEX #706148 Soya Bean

📋 copy color: '#706148'

red 112 ◦ green 97 ◦ blue 72

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

Shades of Soya Bean #706148

Tints of Soya Bean #706148

RGB

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

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

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

R = 39.86%
G = 34.52%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#706148 (or 0x706148) is known color: Soya Bean. HEX triplet: 70, 61 and 48. RGB value is (112,97,72). Sum of RGB (Red+Green+Blue) = 112+97+72=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #706148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706148 is #8F9EB7. Grayscale: #626262. Windows color (decimal): -9412280 or 4743536. OLE color: 4743536.

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

Color convert

RGB 112 97 72 -
CMYK 0 0.13 0.36 0.56
HSL 37.5º 0.22% 0.36% -
HSV(B) 37.5º 0.36% 0.44% -
XYZ 12.13 12.46 7.9 -
YUV 98.64 112.97 137.53 -
System Red Green Blue C M Y K H S L
Decimal 112 97 72 0 0.13 0.36 0.56 37.5 0.22 0.36
Hex 70 61 48 0 D 24 38 26 16 24
Octal 160 141 110 0 15 44 70 46 26 44
Binary 1110000 1100001 1001000 0 1101 100100 111000 100110 10110 100100

Color Harmonies of #706148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706148

Black with #706148

Text Example


Text Example

White with #706148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706148; }

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

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

background-color css

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

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

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

border-color css

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

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

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