Html Css Color HEX #70664C Soya Bean

📋 copy color: '#70664C'

red 112 ◦ green 102 ◦ blue 76

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

Shades of Soya Bean #70664C

Tints of Soya Bean #70664C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.21%

R = 38.62%
G = 35.17%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#70664C (or 0x70664C) is known color: Soya Bean. HEX triplet: 70, 66 and 4C. RGB value is (112,102,76). Sum of RGB (Red+Green+Blue) = 112+102+76=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #70664C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70664C is #8F99B3. Grayscale: #666666. Windows color (decimal): -9410996 or 5006960. OLE color: 5006960.

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

Color convert

RGB 112 102 76 -
CMYK 0 0.09 0.32 0.56
HSL 43.33º 0.19% 0.37% -
HSV(B) 43.33º 0.32% 0.44% -
XYZ 12.74 13.47 8.77 -
YUV 102.03 113.31 135.11 -
System Red Green Blue C M Y K H S L
Decimal 112 102 76 0 0.09 0.32 0.56 43.33 0.19 0.37
Hex 70 66 4C 0 9 20 38 2B 13 25
Octal 160 146 114 0 11 40 70 53 23 45
Binary 1110000 1100110 1001100 0 1001 100000 111000 101011 10011 100101

Color Harmonies of #70664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70664C

Black with #70664C

Text Example


Text Example

White with #70664C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70664C; }

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

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

background-color css

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

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

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

border-color css

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

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

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