Html Css Color HEX #71614A Soya Bean

📋 copy color: '#71614A'

red 113 ◦ green 97 ◦ blue 74

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

Shades of Soya Bean #71614A

Tints of Soya Bean #71614A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.06%

R = 39.79%
G = 34.15%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#71614A (or 0x71614A) is known color: Soya Bean. HEX triplet: 71, 61 and 4A. RGB value is (113,97,74). Sum of RGB (Red+Green+Blue) = 113+97+74=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 113 - color contains mainly: red. Hex color #71614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71614A is #8E9EB5. Grayscale: #636363. Windows color (decimal): -9346742 or 4874609. OLE color: 4874609.

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

Color convert

RGB 113 97 74 -
CMYK 0 0.14 0.35 0.56
HSL 35.38º 0.21% 0.37% -
HSV(B) 35.38º 0.35% 0.44% -
XYZ 12.32 12.55 8.25 -
YUV 99.16 113.8 137.87 -
System Red Green Blue C M Y K H S L
Decimal 113 97 74 0 0.14 0.35 0.56 35.38 0.21 0.37
Hex 71 61 4A 0 E 23 38 23 15 25
Octal 161 141 112 0 16 43 70 43 25 45
Binary 1110001 1100001 1001010 0 1110 100011 111000 100011 10101 100101

Color Harmonies of #71614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71614A

Black with #71614A

Text Example


Text Example

White with #71614A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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