Html Css Color HEX #71644C Soya Bean

📋 copy color: '#71644C'

red 113 ◦ green 100 ◦ blue 76

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

Shades of Soya Bean #71644C

Tints of Soya Bean #71644C

RGB

 RED value IS 113 (44.53% from 255) = 39.1%

 GREEN value IS 100 (39.45% from 255) = 34.6%

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

R = 39.1%
G = 34.6%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#71644C (or 0x71644C) is known color: Soya Bean. HEX triplet: 71, 64 and 4C. RGB value is (113,100,76). Sum of RGB (Red+Green+Blue) = 113+100+76=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 113 - color contains mainly: red. Hex color #71644C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71644C is #8E9BB3. Grayscale: #656565. Windows color (decimal): -9345972 or 5006449. OLE color: 5006449.

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

Color convert

RGB 113 100 76 -
CMYK 0 0.12 0.33 0.56
HSL 38.92º 0.2% 0.37% -
HSV(B) 38.92º 0.33% 0.44% -
XYZ 12.67 13.15 8.71 -
YUV 101.15 113.81 136.45 -
System Red Green Blue C M Y K H S L
Decimal 113 100 76 0 0.12 0.33 0.56 38.92 0.2 0.37
Hex 71 64 4C 0 C 21 38 27 14 25
Octal 161 144 114 0 14 41 70 47 24 45
Binary 1110001 1100100 1001100 0 1100 100001 111000 100111 10100 100101

Color Harmonies of #71644C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71644C

Black with #71644C

Text Example


Text Example

White with #71644C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,100,76); }

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

background-color css

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

 a { background-color: rgb(113,100,76); }

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

border-color css

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

 span { border-color: rgb(113,100,76); }

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