Html Css Color HEX #706649 Soya Bean

📋 copy color: '#706649'

red 112 ◦ green 102 ◦ blue 73

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

Shades of Soya Bean #706649

Tints of Soya Bean #706649

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.54%

 BLUE value IS 73 (28.91% from 255) = 25.44%

R = 39.02%
G = 35.54%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#706649 (or 0x706649) is known color: Soya Bean. HEX triplet: 70, 66 and 49. RGB value is (112,102,73). Sum of RGB (Red+Green+Blue) = 112+102+73=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #706649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706649 is #8F99B6. Grayscale: #656565. Windows color (decimal): -9410999 or 4810352. OLE color: 4810352.

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

Color convert

RGB 112 102 73 -
CMYK 0 0.09 0.35 0.56
HSL 44.62º 0.21% 0.36% -
HSV(B) 44.62º 0.35% 0.44% -
XYZ 12.64 13.43 8.23 -
YUV 101.68 111.81 135.36 -
System Red Green Blue C M Y K H S L
Decimal 112 102 73 0 0.09 0.35 0.56 44.62 0.21 0.36
Hex 70 66 49 0 9 23 38 2D 15 24
Octal 160 146 111 0 11 43 70 55 25 44
Binary 1110000 1100110 1001001 0 1001 100011 111000 101101 10101 100100

Color Harmonies of #706649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706649

Black with #706649

Text Example


Text Example

White with #706649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706649; }

 p { color: rgb(112,102,73); }

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

background-color css

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

 a { background-color: rgb(112,102,73); }

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

border-color css

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

 span { border-color: rgb(112,102,73); }

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