Html Css Color HEX #71614C Soya Bean

📋 copy color: '#71614C'

red 113 ◦ green 97 ◦ blue 76

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

Shades of Soya Bean #71614C

Tints of Soya Bean #71614C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.92%

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

R = 39.51%
G = 33.92%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#71614C (or 0x71614C) is known color: Soya Bean. HEX triplet: 71, 61 and 4C. RGB value is (113,97,76). Sum of RGB (Red+Green+Blue) = 113+97+76=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 113 - color contains mainly: red. Hex color #71614C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71614C is #8E9EB3. Grayscale: #636363. Windows color (decimal): -9346740 or 5005681. OLE color: 5005681.

HSL color Cylindrical-coordinate representation of color #71614C: hue angle of 34.05º 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 #71614C is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 97 76 -
CMYK 0 0.14 0.33 0.56
HSL 34.05º 0.2% 0.37% -
HSV(B) 34.05º 0.33% 0.44% -
XYZ 12.39 12.58 8.61 -
YUV 99.39 114.8 137.71 -
System Red Green Blue C M Y K H S L
Decimal 113 97 76 0 0.14 0.33 0.56 34.05 0.2 0.37
Hex 71 61 4C 0 E 21 38 22 14 25
Octal 161 141 114 0 16 41 70 42 24 45
Binary 1110001 1100001 1001100 0 1110 100001 111000 100010 10100 100101

Color Harmonies of #71614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71614C

Black with #71614C

Text Example


Text Example

White with #71614C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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