Html Css Color HEX #706548 Soya Bean

📋 copy color: '#706548'

red 112 ◦ green 101 ◦ blue 72

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

Shades of Soya Bean #706548

Tints of Soya Bean #706548

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.44%

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

R = 39.3%
G = 35.44%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#706548 (or 0x706548) is known color: Soya Bean. HEX triplet: 70, 65 and 48. RGB value is (112,101,72). Sum of RGB (Red+Green+Blue) = 112+101+72=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 112 - color contains mainly: red. Hex color #706548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706548 is #8F9AB7. Grayscale: #656565. Windows color (decimal): -9411256 or 4744560. OLE color: 4744560.

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

Color convert

RGB 112 101 72 -
CMYK 0 0.10 0.36 0.56
HSL 43.5º 0.22% 0.36% -
HSV(B) 43.5º 0.36% 0.44% -
XYZ 12.51 13.22 8.02 -
YUV 100.98 111.64 135.86 -
System Red Green Blue C M Y K H S L
Decimal 112 101 72 0 0.10 0.36 0.56 43.5 0.22 0.36
Hex 70 65 48 0 A 24 38 2C 16 24
Octal 160 145 110 0 12 44 70 54 26 44
Binary 1110000 1100101 1001000 0 1010 100100 111000 101100 10110 100100

Color Harmonies of #706548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706548

Black with #706548

Text Example


Text Example

White with #706548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706548; }

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

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

background-color css

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

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

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

border-color css

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

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

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