Html Css Color HEX #706045 Soya Bean

📋 copy color: '#706045'

red 112 ◦ green 96 ◦ blue 69

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

Shades of Soya Bean #706045

Tints of Soya Bean #706045

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.66%

 BLUE value IS 69 (27.34% from 255) = 24.91%

R = 40.43%
G = 34.66%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#706045 (or 0x706045) is known color: Soya Bean. HEX triplet: 70, 60 and 45. RGB value is (112,96,69). Sum of RGB (Red+Green+Blue) = 112+96+69=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #706045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706045 is #8F9FBA. Grayscale: #616161. Windows color (decimal): -9412539 or 4546672. OLE color: 4546672.

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

Color convert

RGB 112 96 69 -
CMYK 0 0.14 0.38 0.56
HSL 37.67º 0.24% 0.35% -
HSV(B) 37.67º 0.38% 0.44% -
XYZ 11.94 12.24 7.36 -
YUV 97.71 111.8 138.2 -
System Red Green Blue C M Y K H S L
Decimal 112 96 69 0 0.14 0.38 0.56 37.67 0.24 0.35
Hex 70 60 45 0 E 26 38 26 18 23
Octal 160 140 105 0 16 46 70 46 30 43
Binary 1110000 1100000 1000101 0 1110 100110 111000 100110 11000 100011

Color Harmonies of #706045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706045

Black with #706045

Text Example


Text Example

White with #706045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706045; }

 p { color: rgb(112,96,69); }

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

background-color css

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

 a { background-color: rgb(112,96,69); }

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

border-color css

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

 span { border-color: rgb(112,96,69); }

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