Html Css Color HEX #706348 Soya Bean

📋 copy color: '#706348'

red 112 ◦ green 99 ◦ blue 72

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

Shades of Soya Bean #706348

Tints of Soya Bean #706348

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.98%

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

R = 39.58%
G = 34.98%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#706348 (or 0x706348) is known color: Soya Bean. HEX triplet: 70, 63 and 48. RGB value is (112,99,72). Sum of RGB (Red+Green+Blue) = 112+99+72=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #706348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706348 is #8F9CB7. Grayscale: #636363. Windows color (decimal): -9411768 or 4744048. OLE color: 4744048.

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

Color convert

RGB 112 99 72 -
CMYK 0 0.12 0.36 0.56
HSL 40.5º 0.22% 0.36% -
HSV(B) 40.5º 0.36% 0.44% -
XYZ 12.31 12.84 7.96 -
YUV 99.81 112.31 136.7 -
System Red Green Blue C M Y K H S L
Decimal 112 99 72 0 0.12 0.36 0.56 40.5 0.22 0.36
Hex 70 63 48 0 C 24 38 28 16 24
Octal 160 143 110 0 14 44 70 50 26 44
Binary 1110000 1100011 1001000 0 1100 100100 111000 101000 10110 100100

Color Harmonies of #706348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706348

Black with #706348

Text Example


Text Example

White with #706348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706348; }

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

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

background-color css

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

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

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

border-color css

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

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

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