Html Css Color HEX #706648 Soya Bean

📋 copy color: '#706648'

red 112 ◦ green 102 ◦ blue 72

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

Shades of Soya Bean #706648

Tints of Soya Bean #706648

RGB

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

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

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

R = 39.16%
G = 35.66%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#706648 (or 0x706648) is known color: Soya Bean. HEX triplet: 70, 66 and 48. RGB value is (112,102,72). Sum of RGB (Red+Green+Blue) = 112+102+72=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 112 - color contains mainly: red. Hex color #706648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706648 is #8F99B7. Grayscale: #656565. Windows color (decimal): -9411000 or 4744816. OLE color: 4744816.

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

Color convert

RGB 112 102 72 -
CMYK 0 0.09 0.36 0.56
HSL 45º 0.22% 0.36% -
HSV(B) 45º 0.36% 0.44% -
XYZ 12.6 13.42 8.06 -
YUV 101.57 111.31 135.44 -
System Red Green Blue C M Y K H S L
Decimal 112 102 72 0 0.09 0.36 0.56 45 0.22 0.36
Hex 70 66 48 0 9 24 38 2D 16 24
Octal 160 146 110 0 11 44 70 55 26 44
Binary 1110000 1100110 1001000 0 1001 100100 111000 101101 10110 100100

Color Harmonies of #706648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706648

Black with #706648

Text Example


Text Example

White with #706648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706648; }

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

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

background-color css

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

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

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

border-color css

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

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

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