Html Css Color HEX #746346 Soya Bean

📋 copy color: '#746346'

red 116 ◦ green 99 ◦ blue 70

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

Shades of Soya Bean #746346

Tints of Soya Bean #746346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.56%

R = 40.7%
G = 34.74%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#746346 (or 0x746346) is known color: Soya Bean. HEX triplet: 74, 63 and 46. RGB value is (116,99,70). Sum of RGB (Red+Green+Blue) = 116+99+70=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 116 - color contains mainly: red. Hex color #746346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746346 is #8B9CB9. Grayscale: #646464. Windows color (decimal): -9149626 or 4612980. OLE color: 4612980.

HSL color Cylindrical-coordinate representation of color #746346: hue angle of 37.83º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #746346 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 99 70 -
CMYK 0 0.15 0.40 0.55
HSL 37.83º 0.25% 0.36% -
HSV(B) 37.83º 0.4% 0.45% -
XYZ 12.77 13.08 7.65 -
YUV 100.78 110.63 138.86 -
System Red Green Blue C M Y K H S L
Decimal 116 99 70 0 0.15 0.40 0.55 37.83 0.25 0.36
Hex 74 63 46 0 F 28 37 26 19 24
Octal 164 143 106 0 17 50 67 46 31 44
Binary 1110100 1100011 1000110 0 1111 101000 110111 100110 11001 100100

Color Harmonies of #746346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746346

Black with #746346

Text Example


Text Example

White with #746346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746346; }

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

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

background-color css

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

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

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

border-color css

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

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

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