Html Css Color HEX #746347 Soya Bean

📋 copy color: '#746347'

red 116 ◦ green 99 ◦ blue 71

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

Shades of Soya Bean #746347

Tints of Soya Bean #746347

RGB

 RED value IS 116 (45.7% from 255) = 40.56%

 GREEN value IS 99 (39.06% from 255) = 34.62%

 BLUE value IS 71 (28.13% from 255) = 24.83%

R = 40.56%
G = 34.62%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#746347 (or 0x746347) is known color: Soya Bean. HEX triplet: 74, 63 and 47. RGB value is (116,99,71). Sum of RGB (Red+Green+Blue) = 116+99+71=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 116 - color contains mainly: red. Hex color #746347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746347 is #8B9CB8. Grayscale: #656565. Windows color (decimal): -9149625 or 4678516. OLE color: 4678516.

HSL color Cylindrical-coordinate representation of color #746347: hue angle of 37.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #746347 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 99 71 -
CMYK 0 0.15 0.39 0.55
HSL 37.33º 0.24% 0.37% -
HSV(B) 37.33º 0.39% 0.45% -
XYZ 12.8 13.09 7.81 -
YUV 100.89 111.13 138.78 -
System Red Green Blue C M Y K H S L
Decimal 116 99 71 0 0.15 0.39 0.55 37.33 0.24 0.37
Hex 74 63 47 0 F 27 37 25 18 25
Octal 164 143 107 0 17 47 67 45 30 45
Binary 1110100 1100011 1000111 0 1111 100111 110111 100101 11000 100101

Color Harmonies of #746347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746347

Black with #746347

Text Example


Text Example

White with #746347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746347; }

 p { color: rgb(116,99,71); }

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

background-color css

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

 a { background-color: rgb(116,99,71); }

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

border-color css

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

 span { border-color: rgb(116,99,71); }

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