Html Css Color HEX #706647 Soya Bean

📋 copy color: '#706647'

red 112 ◦ green 102 ◦ blue 71

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

Shades of Soya Bean #706647

Tints of Soya Bean #706647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 24.91%

R = 39.3%
G = 35.79%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#706647 (or 0x706647) is known color: Soya Bean. HEX triplet: 70, 66 and 47. RGB value is (112,102,71). Sum of RGB (Red+Green+Blue) = 112+102+71=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 112 - color contains mainly: red. Hex color #706647 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706647 is #8F99B8. Grayscale: #656565. Windows color (decimal): -9411001 or 4679280. OLE color: 4679280.

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

Color convert

RGB 112 102 71 -
CMYK 0 0.09 0.37 0.56
HSL 45.37º 0.22% 0.36% -
HSV(B) 45.37º 0.37% 0.44% -
XYZ 12.57 13.4 7.89 -
YUV 101.46 110.81 135.52 -
System Red Green Blue C M Y K H S L
Decimal 112 102 71 0 0.09 0.37 0.56 45.37 0.22 0.36
Hex 70 66 47 0 9 25 38 2D 16 24
Octal 160 146 107 0 11 45 70 55 26 44
Binary 1110000 1100110 1000111 0 1001 100101 111000 101101 10110 100100

Color Harmonies of #706647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706647

Black with #706647

Text Example


Text Example

White with #706647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706647; }

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

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

background-color css

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

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

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

border-color css

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

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

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